manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 49 for siginfo (0.005 sec.)
Man page of SIGACTION 12632
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... st_macros (7) 参照): sigaction (): _POSIX_C_SOURCE siginfo_t : _POSIX_C_SOURCE >= 199309L 説明 sigaction () シ ... void (*sa_handler)(int); void (*sa_sigaction)(int, siginfo_t *, void *); sigset_t sa_mask; int sa_flags; void ... ives the signal number as its only argument. If SA_SIGINFO is specified in sa_flags , then sa_sigaction (inst ... ために使用される。 詳細は sigreturn (2) を参照。 SA_SIGINFO (Linux 2.2 以降) シグナルハンドラーは一つではなく、 ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
Man page of SIGACTION 12632
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... st_macros (7) 参照): sigaction (): _POSIX_C_SOURCE siginfo_t : _POSIX_C_SOURCE >= 199309L 説明 sigaction () シ ... void (*sa_handler)(int); void (*sa_sigaction)(int, siginfo_t *, void *); sigset_t sa_mask; int sa_flags; void ... ives the signal number as its only argument. If SA_SIGINFO is specified in sa_flags , then sa_sigaction (inst ... ために使用される。 詳細は sigreturn (2) を参照。 SA_SIGINFO (Linux 2.2 以降) シグナルハンドラーは一つではなく、 ...
https://man.plustar.jp/manpage/man2/sigaction.2.html - [similar]
Man page of SIGNALFD 11395
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... が read (2) に渡されたバッファーを使って、 signalfd_siginfo 構造体に格納されて返される。 read (2) は、バッファ ... を返す。 バッファーは最低でも sizeof(struct signalfd_siginfo) バイトの大きさがなければならない。 read (2) の返り ... ェクト用の資源がカーネルにより解放される。 signalfd_siginfo 構造体 signalfd ファイルディスクリプターからの rea ... d (2) で返される signalfd_siginfo 構造体のフォーマットは以下の通りである。 struct si ...
https://man.plustar.jp/manpage/man2/signalfd.2.html - [similar]
Man page of SIGNALFD 11395
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... が read (2) に渡されたバッファーを使って、 signalfd_siginfo 構造体に格納されて返される。 read (2) は、バッファ ... を返す。 バッファーは最低でも sizeof(struct signalfd_siginfo) バイトの大きさがなければならない。 read (2) の返り ... ェクト用の資源がカーネルにより解放される。 signalfd_siginfo 構造体 signalfd ファイルディスクリプターからの rea ... d (2) で返される signalfd_siginfo 構造体のフォーマットは以下の通りである。 struct si ...
https://man.plustar.jp/manpage/man2/signalfd4.2.html - [similar]
Man page of SIGQUEUE 9146
SIGQUEUE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sigq ... のシグナルに対するハンドラーを ( sigaction (2) に SA_SIGINFO を指定して) インストールしておくと、 そのハンドラー ... の第 2 引数に渡される siginfo_t 構造体の si_value フィールドによって、このデータ ... 違いがあり、 rt_sigqueueinfo (2) では 3 番目の引数は siginfo_t 構造体である。 siginfo_t 構造体は、シグナルを受信 ...
https://man.plustar.jp/manpage/man3/sigqueue.3.html - [similar]
Man page of SIGEVENT 8587
SIGEVENT Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 sige ... ことで、プロセスへの通知を行う。 sigaction (2) の SA_SIGINFO フラグを使った登録されたシグナルハンドラーによりシ ... と、 シグナルハンドラーの 2 番目の引数として渡された siginfo_t 構造体の以下のフィールドが設定される。 si_code こ ... _value で指定された値が設定される。 API によっては siginfo_t 構造体の他のフィールドが設定される場合もある。 シ ...
https://man.plustar.jp/manpage/man7/sigevent.7.html - [similar]
Man page of SIGNAL 8361
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal ... l handler was installed using the sigaction (2) SA_SIGINFO flag, then the above information is accessible via ... 御しているプロセスの死 SIGILL P1990 Core 不正な命令 SIGINFO - SIGPWR と同義 SIGINT P1990 Term キーボードからの ... se where a standard signal is already pending, the siginfo_t structure (see sigaction (2)) associated with th ... 3 22 22 SIGPOLL Same as SIGIO SIGPWR 30 29/- 19 19 SIGINFO - 29/- - - SIGLOST - -/29 - - SIGSYS 31 12 12 31 S ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of FCNTL 8134
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... ナル番号を表す。 後者の場合、シグナルハンドラーを SA_SIGINFO フラグ付きで設定すれば、ハンドラーで追加の情報を得 ... ナル番号を表す。 後者の場合、シグナルハンドラーを SA_SIGINFO フラグ付きで設定すれば、 ハンドラーで追加の情報を得 ... IG にゼロ以外の値を設定し、シグナルハンドラーに SA_SIGINFO フラグを設定すると、 ( sigaction (2) を参照) I/O イ ... ベントに関する追加の情報が siginfo_t 構造体でシグナルハンドラーへ渡される。 si_code フ ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 8134
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... ナル番号を表す。 後者の場合、シグナルハンドラーを SA_SIGINFO フラグ付きで設定すれば、ハンドラーで追加の情報を得 ... ナル番号を表す。 後者の場合、シグナルハンドラーを SA_SIGINFO フラグ付きで設定すれば、 ハンドラーで追加の情報を得 ... IG にゼロ以外の値を設定し、シグナルハンドラーに SA_SIGINFO フラグを設定すると、 ( sigaction (2) を参照) I/O イ ... ベントに関する追加の情報が siginfo_t 構造体でシグナルハンドラーへ渡される。 si_code フ ...
https://man.plustar.jp/manpage/man2/fcntl64.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/rt_sigtimedwait.2.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