manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 38 for sigmask (0.009 sec.)
Man page of SIGVEC 9528
SIGVEC Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigvec ... , sigblock, sigsetmask, siggetmask, sigmask - BSD 版シグナル API 書式 #include < signal.h > in ... struct sigvec * vec , struct sigvec * ovec ); int sigmask(int signum ); int sigblock(int mask ); int sigsetm ... では、代わりに sigaltstack (2) を使用する)。 マクロ sigmask () は signum に対する「シグナルマスク」を構成して返 ... に渡す vec.sv_mask を初期化できる。 vec.sv_mask = sigmask(SIGQUIT) | sigmask(SIGABRT); /* Block SIGQUIT and ...
https://man.plustar.jp/manpage/man3/sigblock.3.html - [similar]
Man page of SIGVEC 9528
SIGVEC Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigvec ... , sigblock, sigsetmask, siggetmask, sigmask - BSD 版シグナル API 書式 #include < signal.h > in ... struct sigvec * vec , struct sigvec * ovec ); int sigmask(int signum ); int sigblock(int mask ); int sigsetm ... では、代わりに sigaltstack (2) を使用する)。 マクロ sigmask () は signum に対する「シグナルマスク」を構成して返 ... に渡す vec.sv_mask を初期化できる。 vec.sv_mask = sigmask(SIGQUIT) | sigmask(SIGABRT); /* Block SIGQUIT and ...
https://man.plustar.jp/manpage/man3/siggetmask.3.html - [similar]
Man page of SIGVEC 9528
SIGVEC Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigvec ... , sigblock, sigsetmask, siggetmask, sigmask - BSD 版シグナル API 書式 #include < signal.h > in ... struct sigvec * vec , struct sigvec * ovec ); int sigmask(int signum ); int sigblock(int mask ); int sigsetm ... では、代わりに sigaltstack (2) を使用する)。 マクロ sigmask () は signum に対する「シグナルマスク」を構成して返 ... に渡す vec.sv_mask を初期化できる。 vec.sv_mask = sigmask(SIGQUIT) | sigmask(SIGABRT); /* Block SIGQUIT and ...
https://man.plustar.jp/manpage/man3/sigmask.3.html - [similar]
Man page of SIGVEC 9528
SIGVEC Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigvec ... , sigblock, sigsetmask, siggetmask, sigmask - BSD 版シグナル API 書式 #include < signal.h > in ... struct sigvec * vec , struct sigvec * ovec ); int sigmask(int signum ); int sigblock(int mask ); int sigsetm ... では、代わりに sigaltstack (2) を使用する)。 マクロ sigmask () は signum に対する「シグナルマスク」を構成して返 ... に渡す vec.sv_mask を初期化できる。 vec.sv_mask = sigmask(SIGQUIT) | sigmask(SIGABRT); /* Block SIGQUIT and ...
https://man.plustar.jp/manpage/man3/sigsetmask.3.html - [similar]
Man page of SIGVEC 9528
SIGVEC Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigvec ... , sigblock, sigsetmask, siggetmask, sigmask - BSD 版シグナル API 書式 #include < signal.h > in ... struct sigvec * vec , struct sigvec * ovec ); int sigmask(int signum ); int sigblock(int mask ); int sigsetm ... では、代わりに sigaltstack (2) を使用する)。 マクロ sigmask () は signum に対する「シグナルマスク」を構成して返 ... に渡す vec.sv_mask を初期化できる。 vec.sv_mask = sigmask(SIGQUIT) | sigmask(SIGABRT); /* Block SIGQUIT and ...
https://man.plustar.jp/manpage/man3/sigvec.3.html - [similar]
Man page of POLL 8144
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... , const struct timespec * tmo_p , const sigset_t * sigmask ); 説明 poll () performs a similar task to select ... ) の呼び出しは、 ready = ppoll(&fds, nfds, tmo_p, &sigmask); 次の呼び出しを atomic に実行するのとほぼ等価であ ... tv_sec * 1000 + tmo_p->tv_nsec / 1000000); pthread_sigmask(SIG_SETMASK, &sigmask, &origmask); ready = poll(&f ... ds, nfds, timeout); pthread_sigmask(SIG_SETMASK, &origmask, NULL); The above code segm ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 8144
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... , const struct timespec * tmo_p , const sigset_t * sigmask ); 説明 poll () performs a similar task to select ... ) の呼び出しは、 ready = ppoll(&fds, nfds, tmo_p, &sigmask); 次の呼び出しを atomic に実行するのとほぼ等価であ ... tv_sec * 1000 + tmo_p->tv_nsec / 1000000); pthread_sigmask(SIG_SETMASK, &sigmask, &origmask); ready = poll(&f ... ds, nfds, timeout); pthread_sigmask(SIG_SETMASK, &origmask, NULL); The above code segm ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of PTHREAD_SIGNAL 7751
PTHREAD_SIGNAL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pt ... hread_sigmask, pthread_kill, sigwait - スレッド内でのシグナルハン ... de < pthread.h > #include < signal.h > int pthread_sigmask(int how , const sigset_t * newmask , sigset_t * ol ... t(const sigset_t * set , int * sig ); 説明 pthread_sigmask は呼び出しスレッドのシグナルマスクを 引数 how およ ... 合、非 0 のエラーコードが返る。 エラー 関数 pthread_sigmask はエラーのとき、次のようなエラーコードを返す: EINV ...
https://man.plustar.jp/manpage/man3/pthread_kill.3.html - [similar]
Man page of PTHREAD_SIGNAL 7751
PTHREAD_SIGNAL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pt ... hread_sigmask, pthread_kill, sigwait - スレッド内でのシグナルハン ... de < pthread.h > #include < signal.h > int pthread_sigmask(int how , const sigset_t * newmask , sigset_t * ol ... t(const sigset_t * set , int * sig ); 説明 pthread_sigmask は呼び出しスレッドのシグナルマスクを 引数 how およ ... 合、非 0 のエラーコードが返る。 エラー 関数 pthread_sigmask はエラーのとき、次のようなエラーコードを返す: EINV ...
https://man.plustar.jp/manpage/man3/pthread_sigmask.3.html - [similar]
Man page of PTHREAD_SIGNAL 7751
PTHREAD_SIGNAL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pt ... hread_sigmask, pthread_kill, sigwait - スレッド内でのシグナルハン ... de < pthread.h > #include < signal.h > int pthread_sigmask(int how , const sigset_t * newmask , sigset_t * ol ... t(const sigset_t * set , int * sig ); 説明 pthread_sigmask は呼び出しスレッドのシグナルマスクを 引数 how およ ... 合、非 0 のエラーコードが返る。 エラー 関数 pthread_sigmask はエラーのとき、次のようなエラーコードを返す: EINV ...
https://man.plustar.jp/manpage/man3/sigwait.3.html - [similar]
PREV 1 2 3 4 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022