manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 402 for シグナル (0.043 sec.)
Man page of KILL 6448
KILL Section: Linux User's Manual (1) Updated: November 21, 1999 Index JM Home Page 名前 kill - ... プロセスにシグナルを送る 書式 kill pid ... リストされた全てのプロセスに ... る kill -signal pid ... リストされた全てのプロセスにシグナルを送る kill -s signal pid ... リストされた全てのプロ ... セスにシグナルを送る kill -l 全てのシグナルの名前をリストする kill ... -L 全てのシグナルの名前を見栄えの良い表形式でリストする kill -l signa ...
https://man.plustar.jp/manpage/man1/kill.1.html - [similar]
Man page of SIGSET 6448
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... , sighold, sigrelse, sigignore - System V 版シグナル API 書式 #include < signal.h > typedef void (*sigh ... >= 500 説明 これらの関数は、昔ながらの System V 版シグナル API を使用しているプログラム に対して互換性のあるイ ... は過去のものであり、新しいアプリケーションでは POSIX シグナル API ( sigaction (2), sigprocmask (2) など) を使用す ... べきである。 関数 sigset () はシグナル sig のシグナルハンドラーの動作を変更する。 disp 引 ...
https://man.plustar.jp/manpage/man3/sighold.3.html - [similar]
Man page of SIGSET 6448
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... , sighold, sigrelse, sigignore - System V 版シグナル API 書式 #include < signal.h > typedef void (*sigh ... >= 500 説明 これらの関数は、昔ながらの System V 版シグナル API を使用しているプログラム に対して互換性のあるイ ... は過去のものであり、新しいアプリケーションでは POSIX シグナル API ( sigaction (2), sigprocmask (2) など) を使用す ... べきである。 関数 sigset () はシグナル sig のシグナルハンドラーの動作を変更する。 disp 引 ...
https://man.plustar.jp/manpage/man3/sigignore.3.html - [similar]
Man page of SIGSET 6448
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... , sighold, sigrelse, sigignore - System V 版シグナル API 書式 #include < signal.h > typedef void (*sigh ... >= 500 説明 これらの関数は、昔ながらの System V 版シグナル API を使用しているプログラム に対して互換性のあるイ ... は過去のものであり、新しいアプリケーションでは POSIX シグナル API ( sigaction (2), sigprocmask (2) など) を使用す ... べきである。 関数 sigset () はシグナル sig のシグナルハンドラーの動作を変更する。 disp 引 ...
https://man.plustar.jp/manpage/man3/sigrelse.3.html - [similar]
Man page of SIGSET 6448
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... , sighold, sigrelse, sigignore - System V 版シグナル API 書式 #include < signal.h > typedef void (*sigh ... >= 500 説明 これらの関数は、昔ながらの System V 版シグナル API を使用しているプログラム に対して互換性のあるイ ... は過去のものであり、新しいアプリケーションでは POSIX シグナル API ( sigaction (2), sigprocmask (2) など) を使用す ... べきである。 関数 sigset () はシグナル sig のシグナルハンドラーの動作を変更する。 disp 引 ...
https://man.plustar.jp/manpage/man3/sigset.3.html - [similar]
Man page of SIGSUSPEND 6225
SIGSUSPEND Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 si ... gsuspend, rt_sigsuspend - シグナルを待つ 書式 #include < signal.h > int sigsuspend(con ... _SOURCE 説明 sigsuspend () は、呼び出し元スレッドのシグナルマスクを mask で指定されたマスクに一時的に置き換え、 ... シグナルハンドラーの起動もしくはプロセスの終了がアクションと ... して 設定されたシグナルが配送されるまで、そのスレッドを停止する。 シグナル...
https://man.plustar.jp/manpage/man2/rt_sigsuspend.2.html - [similar]
Man page of SIGSUSPEND 6225
SIGSUSPEND Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 si ... gsuspend, rt_sigsuspend - シグナルを待つ 書式 #include < signal.h > int sigsuspend(con ... _SOURCE 説明 sigsuspend () は、呼び出し元スレッドのシグナルマスクを mask で指定されたマスクに一時的に置き換え、 ... シグナルハンドラーの起動もしくはプロセスの終了がアクションと ... して 設定されたシグナルが配送されるまで、そのスレッドを停止する。 シグナル...
https://man.plustar.jp/manpage/man2/sigsuspend.2.html - [similar]
Man page of SIGPENDING 6174
SIGPENDING Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 si ... gpending, rt_sigpending - 処理待ちのシグナルの検査 書式 #include < signal.h > int sigpending(sig ... 、呼び出し元のスレッドへの配送を待っている (pending) シグナル集合 (すなわち、禁止中に発生したシグナル) を返す。 処 ... 理待ちのシグナルのマスクが set に格納される。 返り値 sigpending () は ... 部分ではない。 準拠 POSIX.1-2001, POSIX.1-2008. 注意 シグナル集合の操作に関する詳細は sigsetops (3) を参照のこと。 ...
https://man.plustar.jp/manpage/man2/rt_sigpending.2.html - [similar]
Man page of SIGPENDING 6174
SIGPENDING Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 si ... gpending, rt_sigpending - 処理待ちのシグナルの検査 書式 #include < signal.h > int sigpending(sig ... 、呼び出し元のスレッドへの配送を待っている (pending) シグナル集合 (すなわち、禁止中に発生したシグナル) を返す。 処 ... 理待ちのシグナルのマスクが set に格納される。 返り値 sigpending () は ... 部分ではない。 準拠 POSIX.1-2001, POSIX.1-2008. 注意 シグナル集合の操作に関する詳細は sigsetops (3) を参照のこと。 ...
https://man.plustar.jp/manpage/man2/sigpending.2.html - [similar]
Man page of SIGPROCMASK 6157
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... igprocmask, rt_sigprocmask - 禁止するシグナルの確認と変更 書式 #include < signal.h > /* Prototype ... 説明 sigprocmask () を使うと、呼び出したスレッドのシグナルマスクの取得/変更ができる。 シグナルマスクは、呼び出 ... し元に対して現在配送が禁止されているシグナルの 集合のことである (詳細については signal (7) も参照 ... の動作は how の値によって決まる: SIG_BLOCK 禁止されたシグナルの集合は現在の値と set 引数を結合したものとなる。 SI ...
https://man.plustar.jp/manpage/man2/rt_sigprocmask.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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