manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 49 for siginfo (0.008 sec.)
Man page of SIGWAITINFO 8134
SIGWAITINFO Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... signal.h > int sigwaitinfo(const sigset_t * set , siginfo_t * info ); int sigtimedwait(const sigset_t * set ... , siginfo_t * info , const struct timespec * timeout ); glib ... NULL でない場合、配送されたシグナルの情報が入った siginfo_t 型 ( sigaction (2) を参照) の構造体を info が指す ...
https://man.plustar.jp/manpage/man2/sigtimedwait.2.html - [similar]
Man page of SIGWAITINFO 8134
SIGWAITINFO Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... signal.h > int sigwaitinfo(const sigset_t * set , siginfo_t * info ); int sigtimedwait(const sigset_t * set ... , siginfo_t * info , const struct timespec * timeout ); glib ... NULL でない場合、配送されたシグナルの情報が入った siginfo_t 型 ( sigaction (2) を参照) の構造体を info が指す ...
https://man.plustar.jp/manpage/man2/sigwaitinfo.2.html - [similar]
Man page of PSIGNAL 8029
PSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 psign ... al, psiginfo - シグナルの説明を表示する 書式 #include < signal. ... h > void psignal(int sig , const char * s ); void psiginfo(const siginfo_t * pinfo , const char * s ); glibc ... URCE glibc 2.19 以前: _BSD_SOURCE || _SVID_SOURCE psiginfo (): _POSIX_C_SOURCE >= 200809L 説明 psignal () 関数 ... らば、表示される メッセージは未知のシグナルを示す。 psiginfo () 関数は psignal () と同じだが、 pinfo に書かれた ...
https://man.plustar.jp/manpage/man3/psiginfo.3.html - [similar]
Man page of PSIGNAL 8029
PSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 psign ... al, psiginfo - シグナルの説明を表示する 書式 #include < signal. ... h > void psignal(int sig , const char * s ); void psiginfo(const siginfo_t * pinfo , const char * s ); glibc ... URCE glibc 2.19 以前: _BSD_SOURCE || _SVID_SOURCE psiginfo (): _POSIX_C_SOURCE >= 200809L 説明 psignal () 関数 ... らば、表示される メッセージは未知のシグナルを示す。 psiginfo () 関数は psignal () と同じだが、 pinfo に書かれた ...
https://man.plustar.jp/manpage/man3/psignal.3.html - [similar]
Man page of WAIT 7802
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... options ); int waitid(idtype_t idtype , id_t id , siginfo_t * infop , int options ); /* これは glibc と POSI ... きる。 成功した場合には、 waitid () は infop が指す siginfo_t 構造体の以下のフィールドを設定する: si_pid 子プロ ... itid () returns 0 immediately and the state of the siginfo_t structure pointed to by infop depends on the imp ... waitid () を呼び出すアプリケーションは、 infop が siginfo_t 構造体を指していること (つまり infop が NULL でな ...
https://man.plustar.jp/manpage/man2/wait.2.html - [similar]
Man page of WAIT 7802
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... options ); int waitid(idtype_t idtype , id_t id , siginfo_t * infop , int options ); /* これは glibc と POSI ... きる。 成功した場合には、 waitid () は infop が指す siginfo_t 構造体の以下のフィールドを設定する: si_pid 子プロ ... itid () returns 0 immediately and the state of the siginfo_t structure pointed to by infop depends on the imp ... waitid () を呼び出すアプリケーションは、 infop が siginfo_t 構造体を指していること (つまり infop が NULL でな ...
https://man.plustar.jp/manpage/man2/waitid.2.html - [similar]
Man page of WAIT 7802
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... options ); int waitid(idtype_t idtype , id_t id , siginfo_t * infop , int options ); /* これは glibc と POSI ... きる。 成功した場合には、 waitid () は infop が指す siginfo_t 構造体の以下のフィールドを設定する: si_pid 子プロ ... itid () returns 0 immediately and the state of the siginfo_t structure pointed to by infop depends on the imp ... waitid () を呼び出すアプリケーションは、 infop が siginfo_t 構造体を指していること (つまり infop が NULL でな ...
https://man.plustar.jp/manpage/man2/waitpid.2.html - [similar]
Man page of MPROTECT 7350
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... static char *buffer; static void handler(int sig, siginfo_t *si, void *unused) { /* Note: calling printf() f ... nt pagesize; struct sigaction sa; sa.sa_flags = SA_SIGINFO; sigemptyset(&sa.sa_mask); sa.sa_sigaction = handl ...
https://man.plustar.jp/manpage/man2/mprotect.2.html - [similar]
Man page of MPROTECT 7350
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... static char *buffer; static void handler(int sig, siginfo_t *si, void *unused) { /* Note: calling printf() f ... nt pagesize; struct sigaction sa; sa.sa_flags = SA_SIGINFO; sigemptyset(&sa.sa_mask); sa.sa_sigaction = handl ...
https://man.plustar.jp/manpage/man2/pkey_mprotect.2.html - [similar]
Man page of AIO 7123
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... or I/O completion signal */ aioSigHandler(int sig, siginfo_t *si, void *ucontext) { if (si->si_code == SI_ASY ... rrExit("sigaction"); sa.sa_flags = SA_RESTART | SA_SIGINFO; sa.sa_sigaction = aioSigHandler; if (sigaction(IO ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
PREV 1 2 3 4 5 NEXT

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