manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 271 for SIGNAL (0.060 sec.)
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/sigset.3.html - [similar]
Man page of SIGPENDING 5785
SIGPENDING Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 si ... pending - 処理待ちのシグナルの検査 書式 #include < signal.h > int sigpending(sigset_t * set ); glibc 向けの機 ... 体への処理待ちの シグナル集合をあわせたものである。 signal (7) 参照。 fork (2) 経由で作成された子プロセスでは ... ending (). However, with the addition of real-time signals in Linux 2.2, the fixed-size, 32-bit sigset_t arg ... setsize , which specifies the size in bytes of the signal set in set . The glibc sigpending () wrapper funct ...
https://man.plustar.jp/manpage/man2/rt_sigpending.2.html - [similar]
Man page of SIGPROCMASK 5785
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... ask - 禁止するシグナルの確認と変更 書式 #include < signal.h > /* Prototype for the glibc wrapper function */ ... れているシグナルの 集合のことである (詳細については signal (7) も参照のこと)。 このコールの動作は how の値によ ... ifying and inspecting variables of type sigset_t ("signal sets") is described in sigsetops (3). マルチスレッ ... lently ignores attempts to block the two real-time signals that are used internally by the NPTL threading im ...
https://man.plustar.jp/manpage/man2/rt_sigprocmask.2.html - [similar]
Man page of SIGPENDING 5785
SIGPENDING Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 si ... pending - 処理待ちのシグナルの検査 書式 #include < signal.h > int sigpending(sigset_t * set ); glibc 向けの機 ... 体への処理待ちの シグナル集合をあわせたものである。 signal (7) 参照。 fork (2) 経由で作成された子プロセスでは ... ending (). However, with the addition of real-time signals in Linux 2.2, the fixed-size, 32-bit sigset_t arg ... setsize , which specifies the size in bytes of the signal set in set . The glibc sigpending () wrapper funct ...
https://man.plustar.jp/manpage/man2/sigpending.2.html - [similar]
Man page of SIGPROCMASK 5785
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... ask - 禁止するシグナルの確認と変更 書式 #include < signal.h > /* Prototype for the glibc wrapper function */ ... れているシグナルの 集合のことである (詳細については signal (7) も参照のこと)。 このコールの動作は how の値によ ... ifying and inspecting variables of type sigset_t ("signal sets") is described in sigsetops (3). マルチスレッ ... lently ignores attempts to block the two real-time signals that are used internally by the NPTL threading im ...
https://man.plustar.jp/manpage/man2/sigprocmask.2.html - [similar]
Man page of SIGSUSPEND 5736
SIGSUSPEND Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 si ... nd, rt_sigsuspend - シグナルを待つ 書式 #include < signal.h > int sigsuspend(const sigset_t * mask ); glibc ... EINTR システムコールはシグナルにより割り込まれた。 signal (7) を参照。 準拠 POSIX.1-2001, POSIX.1-2008. 注意 ... uspend (). However, with the addition of real-time signals in Linux 2.2, the fixed-size, 32-bit sigset_t typ ... setsize , which specifies the size in bytes of the signal set in mask . This argument is currently required ...
https://man.plustar.jp/manpage/man2/rt_sigsuspend.2.html - [similar]
Man page of SIGSUSPEND 5736
SIGSUSPEND Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 si ... nd, rt_sigsuspend - シグナルを待つ 書式 #include < signal.h > int sigsuspend(const sigset_t * mask ); glibc ... EINTR システムコールはシグナルにより割り込まれた。 signal (7) を参照。 準拠 POSIX.1-2001, POSIX.1-2008. 注意 ... uspend (). However, with the addition of real-time signals in Linux 2.2, the fixed-size, 32-bit sigset_t typ ... setsize , which specifies the size in bytes of the signal set in mask . This argument is currently required ...
https://man.plustar.jp/manpage/man2/sigsuspend.2.html - [similar]
Man page of SPU_RUN 5560
SPU_RUN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 spu_r ... レジスターの値は、ステータスコードと SPU の stop-and-signal 命令が返す 14 ビットのコードの ビットマスクで構成さ ... ットマスクは下記の通りである。 0x02 SPU が stop-and-signal 命令で停止した。 0x04 SPU が halt (停止) 命令で止ま ... 値のマスクを適用して得られたビット値には、 stop-and-signal 命令から返されたコードが入っている。 これらのビット ... る。 EINTR spu_run () の実行中にシグナルが発生した。 signal (7) 参照。 必要であれば、 npc の値は新しいプログラ ...
https://man.plustar.jp/manpage/man2/spu_run.2.html - [similar]
Man page of SIGVEC 5560
SIGVEC Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigvec ... mask, sigmask - BSD 版シグナル API 書式 #include < signal.h > int sigvec(int sig , const struct sigvec * vec ... である: struct sigvec { void (*sv_handler)(int); /* Signal disposition */ int sv_mask; /* Signals to be block ... る処理機構は信頼性のないものである。 POSIX.1 では、 signal () のこの点は規定しないままとなっている。 さらなる ... 詳細については signal (2) を参照。 BSD と System V のどちらのシステムでも ...
https://man.plustar.jp/manpage/man3/sigblock.3.html - [similar]
Man page of SIGVEC 5560
SIGVEC Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigvec ... mask, sigmask - BSD 版シグナル API 書式 #include < signal.h > int sigvec(int sig , const struct sigvec * vec ... である: struct sigvec { void (*sv_handler)(int); /* Signal disposition */ int sv_mask; /* Signals to be block ... る処理機構は信頼性のないものである。 POSIX.1 では、 signal () のこの点は規定しないままとなっている。 さらなる ... 詳細については signal (2) を参照。 BSD と System V のどちらのシステムでも ...
https://man.plustar.jp/manpage/man3/siggetmask.3.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