manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 96 for sigaction (0.007 sec.)
Man page of SIGACTION 13066
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sigaction ... action, rt_sigaction - シグナルの動作の確認と変更 書式 #include < signa ... l.h > int sigaction(int signum , const struct sigaction * act , struct ... sigaction * oldact ); glibc 向けの機能検査マクロの要件 ( fea ... ture_test_macros (7) 参照): sigaction (): _POSIX_C_SOURCE siginfo_t : _POSIX_C_SOURCE >= ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
Man page of SIGACTION 13066
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sigaction ... action, rt_sigaction - シグナルの動作の確認と変更 書式 #include < signa ... l.h > int sigaction(int signum , const struct sigaction * act , struct ... sigaction * oldact ); glibc 向けの機能検査マクロの要件 ( fea ... ture_test_macros (7) 参照): sigaction (): _POSIX_C_SOURCE siginfo_t : _POSIX_C_SOURCE >= ...
https://man.plustar.jp/manpage/man2/sigaction.2.html - [similar]
Man page of SIGNAL 10138
SIGNAL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 signal ... っている。 このシステムコールの使用は避け、 代わりに sigaction (2) を使用すること。 下記の「移植性」を参照。 sign ... グナルを無視すると無限ループに陥るかもしれない。 See sigaction (2) for details on what happens when the dispositi ... はこのシステムコールを使用しないこと。 POSIX.1 は、 sigaction (2) を規定することで移植性に関する混乱を解決した。 ... sigaction (2) はシグナルハンドラーが起動される際の挙動を明示 ...
https://man.plustar.jp/manpage/man2/signal.2.html - [similar]
Man page of SIGSET 9219
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... り、新しいアプリケーションでは POSIX シグナル API ( sigaction (2), sigprocmask (2) など) を使用すべきである。 関 ... を示す値をセットする。 エラー sigset () に関しては、 sigaction (2) と sigprocmask (2) の「エラー」の節を参照。 si ... の「エラー」の節を参照。 sigignore () に関しては、 sigaction (2) の「エラー」の節を参照。 属性 この節で使用され ... se (), sigset () を廃止予定としている。 代わりに、 sigaction (2), sigprocmask (2), pthread_sigmask (3), sigsusp ...
https://man.plustar.jp/manpage/man3/sighold.3.html - [similar]
Man page of SIGSET 9219
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... り、新しいアプリケーションでは POSIX シグナル API ( sigaction (2), sigprocmask (2) など) を使用すべきである。 関 ... を示す値をセットする。 エラー sigset () に関しては、 sigaction (2) と sigprocmask (2) の「エラー」の節を参照。 si ... の「エラー」の節を参照。 sigignore () に関しては、 sigaction (2) の「エラー」の節を参照。 属性 この節で使用され ... se (), sigset () を廃止予定としている。 代わりに、 sigaction (2), sigprocmask (2), pthread_sigmask (3), sigsusp ...
https://man.plustar.jp/manpage/man3/sigignore.3.html - [similar]
Man page of SIGSET 9219
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... り、新しいアプリケーションでは POSIX シグナル API ( sigaction (2), sigprocmask (2) など) を使用すべきである。 関 ... を示す値をセットする。 エラー sigset () に関しては、 sigaction (2) と sigprocmask (2) の「エラー」の節を参照。 si ... の「エラー」の節を参照。 sigignore () に関しては、 sigaction (2) の「エラー」の節を参照。 属性 この節で使用され ... se (), sigset () を廃止予定としている。 代わりに、 sigaction (2), sigprocmask (2), pthread_sigmask (3), sigsusp ...
https://man.plustar.jp/manpage/man3/sigrelse.3.html - [similar]
Man page of SIGSET 9219
SIGSET Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigset ... り、新しいアプリケーションでは POSIX シグナル API ( sigaction (2), sigprocmask (2) など) を使用すべきである。 関 ... を示す値をセットする。 エラー sigset () に関しては、 sigaction (2) と sigprocmask (2) の「エラー」の節を参照。 si ... の「エラー」の節を参照。 sigignore () に関しては、 sigaction (2) の「エラー」の節を参照。 属性 この節で使用され ... se (), sigset () を廃止予定としている。 代わりに、 sigaction (2), sigprocmask (2), pthread_sigmask (3), sigsusp ...
https://man.plustar.jp/manpage/man3/sigset.3.html - [similar]
Man page of BSD_SIGNAL 8312
BSD_SIGNAL Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 bs ... bsd_signal () の仕様が削除されている。 代わりに、 sigaction (2) の使用が推奨されている。 注意 bsd_signal () の ... 使用は避けるべきである。代わりに sigaction (2) を使うこと。 最近の Linux システムでは、 bsd_s ... U_SOURCE を定義した場合にのみ定義される。 関連項目 sigaction (2), signal (2), sysv_signal (3), signal (7) この文 ... 方式 , sighandler , pages , エラー , 属性 , 参照 , sigaction Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man3/bsd_signal.3.html - [similar]
Man page of SIGNAL 7800
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal ... ロセスが停止中の場合にその実行の再開。 プロセスは、 sigaction (2) や signal (2) を使って、シグナルの処理方法を変 ... ) If the signal handler was installed by a call to sigaction (2) that specified the SA_ONSTACK flag and the thr ... gs. (If the signal handler was installed using the sigaction (2) SA_SIGINFO flag, then the above information is ... l is already pending, the siginfo_t structure (see sigaction (2)) associated with that signal is not overwritte ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of AIO 7708
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... s */ } } int main(int argc, char *argv[]) { struct sigaction sa; int s; int numReqs; /* Total number of queued ... set(&sa.sa_mask); sa.sa_handler = quitHandler; if (sigaction(SIGQUIT, &sa, NULL) == -1) errExit("sigaction"); s ... a.sa_flags = SA_RESTART | SA_SIGINFO; sa.sa_sigaction = aioSigHandler; if (sigaction(IO_SIGNAL, &sa, NUL ... L) == -1) errExit("sigaction"); /* Open each file specified on the command line ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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