manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 57 for sigset (0.164 sec.)
Man page of SIGPENDING 6858
SIGPENDING Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 si ... ナルの検査 書式 #include < signal.h > int sigpending(sigset_t * set ); glibc 向けの機能検査マクロの要件 ( feat ... OSIX.1-2008. 注意 シグナル集合の操作に関する詳細は sigsetops (3) を参照のこと。 シグナルが禁止 (ブロック) さ ... -time signals in Linux 2.2, the fixed-size, 32-bit sigset_t argument supported by that system call was no lo ... rt_sigpending (), was added to support an enlarged sigset_t type. The new system call takes a second argumen ...
https://man.plustar.jp/manpage/man2/rt_sigpending.2.html - [similar]
Man page of SIGPENDING 6858
SIGPENDING Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 si ... ナルの検査 書式 #include < signal.h > int sigpending(sigset_t * set ); glibc 向けの機能検査マクロの要件 ( feat ... OSIX.1-2008. 注意 シグナル集合の操作に関する詳細は sigsetops (3) を参照のこと。 シグナルが禁止 (ブロック) さ ... -time signals in Linux 2.2, the fixed-size, 32-bit sigset_t argument supported by that system call was no lo ... rt_sigpending (), was added to support an enlarged sigset_t type. The new system call takes a second argumen ...
https://man.plustar.jp/manpage/man2/sigpending.2.html - [similar]
Man page of PTHREAD_SIGNAL 6652
PTHREAD_SIGNAL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pt ... e < signal.h > int pthread_sigmask(int how , const sigset_t * newmask , sigset_t * oldmask ); int pthread_ki ... (pthread_t thread , int signo ); int sigwait(const sigset_t * set , int * sig ); 説明 pthread_sigmask は呼び ...
https://man.plustar.jp/manpage/man3/pthread_kill.3.html - [similar]
Man page of PTHREAD_SIGNAL 6652
PTHREAD_SIGNAL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pt ... e < signal.h > int pthread_sigmask(int how , const sigset_t * newmask , sigset_t * oldmask ); int pthread_ki ... (pthread_t thread , int signo ); int sigwait(const sigset_t * set , int * sig ); 説明 pthread_sigmask は呼び ...
https://man.plustar.jp/manpage/man3/pthread_sigmask.3.html - [similar]
Man page of PTHREAD_SIGNAL 6652
PTHREAD_SIGNAL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pt ... e < signal.h > int pthread_sigmask(int how , const sigset_t * newmask , sigset_t * oldmask ); int pthread_ki ... (pthread_t thread , int signo ); int sigwait(const sigset_t * set , int * sig ); 説明 pthread_sigmask は呼び ...
https://man.plustar.jp/manpage/man3/sigwait.3.html - [similar]
Man page of EPOLL_WAIT 6608
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... ent * events , int maxevents , int timeout , const sigset_t * sigmask ); 説明 The epoll_wait () system call ... ; 次の呼び出しを atomic に実行するのと等価である。 sigset_t origmask; pthread_sigmask(SIG_SETMASK, &sigmask, ... poll_pwait () システムコールは 6 番目の引数 size_t sigsetsize を取る。 この引数は sigmask 引数のバイト単位の ... pwait () ラッパー関数は、この引数に固定値 ( sizeof(sigset_t) と同じ) を指定する。 関連項目 epoll_create (2), ...
https://man.plustar.jp/manpage/man2/epoll_pwait.2.html - [similar]
Man page of EPOLL_WAIT 6608
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... ent * events , int maxevents , int timeout , const sigset_t * sigmask ); 説明 The epoll_wait () system call ... ; 次の呼び出しを atomic に実行するのと等価である。 sigset_t origmask; pthread_sigmask(SIG_SETMASK, &sigmask, ... poll_pwait () システムコールは 6 番目の引数 size_t sigsetsize を取る。 この引数は sigmask 引数のバイト単位の ... pwait () ラッパー関数は、この引数に固定値 ( sizeof(sigset_t) と同じ) を指定する。 関連項目 epoll_create (2), ...
https://man.plustar.jp/manpage/man2/epoll_wait.2.html - [similar]
Man page of POLL 6564
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... fds_t nfds , const struct timespec * tmo_p , const sigset_t * sigmask ); 説明 poll () performs a similar tas ... 次の呼び出しを atomic に実行するのとほぼ等価である。 sigset_t origmask; int timeout; timeout = (tmo_p == NULL) ... ppoll () system call has a fifth argument, size_t sigsetsize , which specifies the size in bytes of the sig ... argument as a fixed value (equal to sizeof(kernel_sigset_t) ). See sigprocmask (2) for a discussion on the ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 6564
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... fds_t nfds , const struct timespec * tmo_p , const sigset_t * sigmask ); 説明 poll () performs a similar tas ... 次の呼び出しを atomic に実行するのとほぼ等価である。 sigset_t origmask; int timeout; timeout = (tmo_p == NULL) ... ppoll () system call has a fifth argument, size_t sigsetsize , which specifies the size in bytes of the sig ... argument as a fixed value (equal to sizeof(kernel_sigset_t) ). See sigprocmask (2) for a discussion on the ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of SELECT 6476
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... xceptfds , const struct timespec * timeout , const sigset_t * sigmask ); glibc 向けの機能検査マクロの要件 ( ... k); 次のコールを atomic に実行するのと等価である。 sigset_t origmask; pthread_sigmask(SIG_SETMASK, &sigmask, ... である。 pselect6 () システムコールの最後の引き数は sigset_t * 型の ポインターではなく、以下に示す構造体である ... 。 struct { const sigset_t *ss; /* シグナル集合へのポインター */ size_t ss_ ...
https://man.plustar.jp/manpage/man2/_newselect.2.html - [similar]
PREV 1 2 3 4 5 6 NEXT

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