manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 271 for signal (0.009 sec.)
Man page of SIGSETOPS 5384
SIGSETOPS Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 sig ... smember - POSIX シグナル集合の操作 書式 #include < signal.h > int sigemptyset(sigset_t * set ); int sigfills ... IX_C_SOURCE 説明 これらの関数は POSIX シグナル集合(signal set)を操作するため使用する。 sigemptyset () は set ... .1-2001, POSIX.1-2008. 注意 When creating a filled signal set, the glibc sigfillset () function does not inc ... lude the two real-time signals used internally by the NPTL threading implementat ...
https://man.plustar.jp/manpage/man3/sigorset.3.html - [similar]
Man page of SIGSETOPS 5384
SIGSETOPS Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 sig ... smember - POSIX シグナル集合の操作 書式 #include < signal.h > int sigemptyset(sigset_t * set ); int sigfills ... IX_C_SOURCE 説明 これらの関数は POSIX シグナル集合(signal set)を操作するため使用する。 sigemptyset () は set ... .1-2001, POSIX.1-2008. 注意 When creating a filled signal set, the glibc sigfillset () function does not inc ... lude the two real-time signals used internally by the NPTL threading implementat ...
https://man.plustar.jp/manpage/man3/sigsetops.3.html - [similar]
Man page of SLEEP 5384
SLEEP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sleep - ... conds specified in seconds have elapsed or until a signal arrives which is not ignored. 返り値 要求された時間 ... 生む。 関連項目 sleep (1), alarm (2), nanosleep (2), signal (2), signal (7) この文書について この man ページは ...
https://man.plustar.jp/manpage/man3/sleep.3.html - [similar]
Man page of KILL 5335
KILL Section: Linux User's Manual (1) Updated: November 21, 1999 Index JM Home Page 名前 kill - ... リストされた全てのプロセスに SIGTERM を送る kill -signal pid ... リストされた全てのプロセスにシグナルを送る ... kill -s signal pid ... リストされた全てのプロセスにシグナルを送る ... グナルの名前を見栄えの良い表形式でリストする kill -l signal シグナルの番号と名前を変換する kill -V,--version プ ... ll (1), skill (1), kill (2), renice (1), nice (1), signal (7), killall (1) 標準 このコマンドは適切な標準に準 ...
https://man.plustar.jp/manpage/man1/kill.1.html - [similar]
Man page of RAISE 5335
RAISE Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 raise - ... 呼び出し元にシグナルを送る 書式 #include < signal.h > int raise(int sig ); 説明 raise () 関数は、呼び ... いる。 関連項目 getpid (2), kill (2), sigaction (2), signal (2), pthread_kill (3), signal (7) この文書について ...
https://man.plustar.jp/manpage/man3/raise.3.html - [similar]
Man page of SIGEVENT 5335
SIGEVENT Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 sige ... 非同期ルーチンからの通知用の構造体 書式 #include < signal.h > union sigval { /* Data passed with notificatio ... ication method */ int sigev_signo; /* Notification signal */ union sigval sigev_value; /* Data passed with n ... / pid_t sigev_notify_thread_id; /* ID of thread to signal (SIGEV_THREAD_ID); Linux-specific */ }; 説明 sigev ... の通知。 イベントが発生時には何もしないこと。 SIGEV_SIGNAL sigev_signo で指定されたシグナルを送信することで、 ...
https://man.plustar.jp/manpage/man7/sigevent.7.html - [similar]
Man page of FUSER 5296
FUSER Section: User Commands (1) Updated: October 25, 1999 Index JM Home Page 名前 fuser - ファイ ... スを特定する 書式 fuser [ -a | -s ] [ -n space ] [ - signal ] [ -kimuv ] name ... [ - ] [ -n space ] [ - signa ... たファイルにアクセスしているプロセスを kill する。 - signal で変更しなければ SIGKILL が送られる。 fuser プロセ ... ンが指定されていない時には無視される。 -l 使用できる signal すべてをリストアップする。 -m filename には、マウン ... プションは -s オプションと同時に使ってはならない。 - signal プロセスを kill する時に、 SIGKILL 以外のシグナルを ...
https://man.plustar.jp/manpage/man1/fuser.1.html - [similar]
Man page of SIGQUEUE 5296
SIGQUEUE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sigq ... - シグナルとデータをプロセスに送る 書式 #include < signal.h > int sigqueue(pid_t pid , int sig , const union ... 入れられるシグナルの最大数に達した (より詳しい情報は signal (7) を参照すること)。 EINVAL sig が不正である。 EP ... 連項目 kill (2), rt_sigqueueinfo (2), sigaction (2), signal (2), pthread_sigqueue (3), sigwait (3), signal (7) ...
https://man.plustar.jp/manpage/man3/sigqueue.3.html - [similar]
Man page of PTHREAD_SIGQUEUE 5247
PTHREAD_SIGQUEUE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名 ... するシグナルとデータをキューに入れる 書式 #include < signal.h > #include < pthread.h > int pthread_sigqueue(pt ... れられるシグナル数が上限に達していた (詳しい情報は ( signal (7) を参照)。 EINVAL sig が無効であった。 ENOSYS p ... NVAL ) on attempts to send either of the real-time signals used internally by the NPTL threading implementat ... mask (3), sigqueue (3), sigwait (3), pthreads (7), signal (7) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man3/pthread_sigqueue.3.html - [similar]
Man page of WAIT 5198
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... WIFEXITED が真を返した場合だけにすべきである。 WIFSIGNALED( wstatus ) 子プロセスがシグナルにより終了した場合 ... たシグナルの番号を返す。 このマクロを使用するのは WIFSIGNALED が真を返した場合だけにすべきである。 WCOREDUMP( ... ore (5)). This macro should be employed only if WIFSIGNALED returned true. This macro is not specified in PO ... block) されていないシグナルや SIGCHLD を受信した。 signal (7) 参照。 EINVAL options 引数が不正である。 準拠 ...
https://man.plustar.jp/manpage/man2/wait.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT

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