manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 271 for signal (0.021 sec.)
Man page of SIGWAITINFO 6596
SIGWAITINFO Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... ーに入れられたシグナルを同期して待つ 書式 #include < signal.h > int sigwaitinfo(const sigset_t * set , siginfo ... は通常の順序決定ルールに基づいて決定される。 詳細は signal (7) を参照のこと。 sigtimedwait () は、 sigwaitinf ... のハンドラーは set にあるシグナル以外のものである)。 signal (7) 参照。 EINVAL timeout が不正である。 準拠 POSI ... 宛ての 処理待ちのシグナル集合をあわせたものである ( signal (7) 参照)。 SIGKILL と SIGSTOP を待とうとした場合、 ...
https://man.plustar.jp/manpage/man2/rt_sigtimedwait.2.html - [similar]
Man page of SIGWAITINFO 6596
SIGWAITINFO Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... ーに入れられたシグナルを同期して待つ 書式 #include < signal.h > int sigwaitinfo(const sigset_t * set , siginfo ... は通常の順序決定ルールに基づいて決定される。 詳細は signal (7) を参照のこと。 sigtimedwait () は、 sigwaitinf ... のハンドラーは set にあるシグナル以外のものである)。 signal (7) 参照。 EINVAL timeout が不正である。 準拠 POSI ... 宛ての 処理待ちのシグナル集合をあわせたものである ( signal (7) 参照)。 SIGKILL と SIGSTOP を待とうとした場合、 ...
https://man.plustar.jp/manpage/man2/sigtimedwait.2.html - [similar]
Man page of SIGWAITINFO 6596
SIGWAITINFO Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... ーに入れられたシグナルを同期して待つ 書式 #include < signal.h > int sigwaitinfo(const sigset_t * set , siginfo ... は通常の順序決定ルールに基づいて決定される。 詳細は signal (7) を参照のこと。 sigtimedwait () は、 sigwaitinf ... のハンドラーは set にあるシグナル以外のものである)。 signal (7) 参照。 EINVAL timeout が不正である。 準拠 POSI ... 宛ての 処理待ちのシグナル集合をあわせたものである ( signal (7) 参照)。 SIGKILL と SIGSTOP を待とうとした場合、 ...
https://man.plustar.jp/manpage/man2/sigwaitinfo.2.html - [similar]
Man page of SIGRETURN 6322
SIGRETURN Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 sig ... 呼び出され、 ハンドラーからのリターン時に、 制御が "signal trampoline" と呼ばれるユーザー空間コードブロックに ... 渡されるように、準備を行う。 signal trampoline のコードが sigreturn () を呼び出す。 si ... turn () exists only to allow the implementation of signal handlers. It should never be called directly. (Ind ... the user-space stack.) かつて、 UNIX システムでは signal trampoline コードがユーザースタックに置かれていた。 ...
https://man.plustar.jp/manpage/man2/rt_sigreturn.2.html - [similar]
Man page of SIGRETURN 6322
SIGRETURN Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 sig ... 呼び出され、 ハンドラーからのリターン時に、 制御が "signal trampoline" と呼ばれるユーザー空間コードブロックに ... 渡されるように、準備を行う。 signal trampoline のコードが sigreturn () を呼び出す。 si ... turn () exists only to allow the implementation of signal handlers. It should never be called directly. (Ind ... the user-space stack.) かつて、 UNIX システムでは signal trampoline コードがユーザースタックに置かれていた。 ...
https://man.plustar.jp/manpage/man2/sigreturn.2.html - [similar]
Man page of AIO 6283
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... sigev_notify に指定できる値は、 SIGEV_NONE , SIGEV_SIGNAL , SIGEV_THREAD である。 詳細は sigevent (7) を参照 ... t 1 (descriptor 4): In progress abc I/O completion signal received aio_error(): for request 0 (descriptor 3) ... est 1 (descriptor 4): In progress x I/O completion signal received aio_error(): for request 1 (descriptor 4) ... #include < errno.h > #include < aio.h > #include < signal.h > #define BUF_SIZE 20 /* Size of buffers for rea ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of KILL 5921
KILL Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 kill - プ ... ナルを送る 書式 #include < sys/types.h > #include < signal.h > int kill(pid_t pid , int sig ); glibc 向けの機 ... で指定したシグナルが送られる。 If sig is 0, then no signal is sent, but existence and permission checks are s ... r process group ID that the caller is permitted to signal. For a process to have permission to send a signal ... 送られる。 関連項目 kill (1), _exit (2), pidfd_send_signal (2), signal (2), tkill (2), exit (3), killpg (3), ...
https://man.plustar.jp/manpage/man2/kill.2.html - [similar]
Man page of SIGSET 5872
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... igignore - System V 版シグナル API 書式 #include < signal.h > typedef void (*sighandler_t)(int); sighandler_ ... (2) を呼び出したときと同様)。 System V では、関数 signal () が提供する処理機構は信頼性のないものである ( sa ... sigaction (2) を呼び出したときと同様)。 BSD では、 signal () は信頼性のある処理機構を提供する。 POSIX.1-2001 ... では、 signal () のこの点は規定しないままとなっている。 さらなる ...
https://man.plustar.jp/manpage/man3/sighold.3.html - [similar]
Man page of SIGSET 5872
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... igignore - System V 版シグナル API 書式 #include < signal.h > typedef void (*sighandler_t)(int); sighandler_ ... (2) を呼び出したときと同様)。 System V では、関数 signal () が提供する処理機構は信頼性のないものである ( sa ... sigaction (2) を呼び出したときと同様)。 BSD では、 signal () は信頼性のある処理機構を提供する。 POSIX.1-2001 ... では、 signal () のこの点は規定しないままとなっている。 さらなる ...
https://man.plustar.jp/manpage/man3/sigignore.3.html - [similar]
Man page of SIGSET 5872
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... igignore - System V 版シグナル API 書式 #include < signal.h > typedef void (*sighandler_t)(int); sighandler_ ... (2) を呼び出したときと同様)。 System V では、関数 signal () が提供する処理機構は信頼性のないものである ( sa ... sigaction (2) を呼び出したときと同様)。 BSD では、 signal () は信頼性のある処理機構を提供する。 POSIX.1-2001 ... では、 signal () のこの点は規定しないままとなっている。 さらなる ...
https://man.plustar.jp/manpage/man3/sigrelse.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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