manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 271 for signal (0.021 sec.)
Man page of SIGNAL 10993
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal ... ルの概要 説明 Linux は POSIX 信頼シグナル (reliable signal; 以後 "標準シグナル"と表記) と POSIX リアルタイムシ ... 場合にその実行の再開。 プロセスは、 sigaction (2) や signal (2) を使って、シグナルの処理方法を変更することがで ... きる ( signal (2) の方がシグナルハンドラーを設定する際の移植性が ... 低い; 詳細は signal (2) を参照)。 シグナルの配送時に起こる動作として プ ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of BSD_SIGNAL 10270
BSD_SIGNAL Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 bs ... d_signal - BSD 方式のシグナル処理 書式 #include < signal.h ... ypedef void (*sighandler_t)(int); sighandler_t bsd_signal(int signum , sighandler_t handler ); glibc 向けの機 ... 査マクロの要件 ( feature_test_macros (7) 参照): bsd_signal (): glibc 2.26 以降: _XOPEN_SOURCE >= 500 && ! (_P ... 9L) Glibc 2.25 and earlier: _XOPEN_SOURCE 説明 bsd_signal () 関数は signal (2) と同じ引数をとり、同じ処理を実 ...
https://man.plustar.jp/manpage/man3/bsd_signal.3.html - [similar]
Man page of SYSV_SIGNAL 10133
SYSV_SIGNAL Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 s ... ysv_signal - System V 方式のシグナル処理 書式 #define _GNU_SO ... URCE /* feature_test_macros (7) 参照 */ #include < signal.h > typedef void (*sighandler_t)(int); sighandler_ ... t sysv_signal(int signum , sighandler_t handler ); 説明 sysv_sig ... nal () 関数は signal (2) と同じ引数をとり、同じ処理を実行する。 しかしな ...
https://man.plustar.jp/manpage/man3/sysv_signal.3.html - [similar]
Man page of SIGNAL 10006
SIGNAL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 signal ... - ANSI C シグナル操作 書式 #include < signal.h > typedef void (*sighandler_t)(int); sighandler_ ... t signal(int signum , sighandler_t sighandler ); 説明 警告 ... : signal () の動作は UNIX のバージョンにより異なる。 また、 ... tion (2) を使用すること。 下記の「移植性」を参照。 signal () はシグナル signum の処理方法を handler に設定す ...
https://man.plustar.jp/manpage/man2/signal.2.html - [similar]
Man page of SIGACTION 9869
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... ction - シグナルの動作の確認と変更 書式 #include < signal.h > int sigaction(int signum , const struct sigact ... 作を変更するのに使用される (シグナルの概要については signal (7) を参照)。 signum には、 SIGKILL と SIGSTOP 以外 ... L for the default action. * SIG_IGN to ignore this signal. * A pointer to a signal handling function. This f ... unction receives the signal number as its only argument. If SA_SIGINFO is spec ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
Man page of SIGACTION 9869
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... ction - シグナルの動作の確認と変更 書式 #include < signal.h > int sigaction(int signum , const struct sigact ... 作を変更するのに使用される (シグナルの概要については signal (7) を参照)。 signum には、 SIGKILL と SIGSTOP 以外 ... L for the default action. * SIG_IGN to ignore this signal. * A pointer to a signal handling function. This f ... unction receives the signal number as its only argument. If SA_SIGINFO is spec ...
https://man.plustar.jp/manpage/man2/sigaction.2.html - [similar]
Man page of STRSIGNAL 6908
STRSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 str ... する文字列を返す 書式 #include < string.h > char *strsignal(int sig ); char *sigdescr_np(int sig ); char *siga ... ): sigabbrev_np (), sigdescr_np (): _GNU_SOURCE strsignal (): From glibc 2.10 to 2.31: _POSIX_C_SOURCE >= 20 ... LT_SOURCE glibc 2.19 以前: _BSD_SOURCE 説明 The strsignal () function returns a string describing the signal ... string can be used only until the next call to strsignal (). The string returned by strsignal () is localiz ...
https://man.plustar.jp/manpage/man3/sigabbrev_np.3.html - [similar]
Man page of STRSIGNAL 6908
STRSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 str ... する文字列を返す 書式 #include < string.h > char *strsignal(int sig ); char *sigdescr_np(int sig ); char *siga ... ): sigabbrev_np (), sigdescr_np (): _GNU_SOURCE strsignal (): From glibc 2.10 to 2.31: _POSIX_C_SOURCE >= 20 ... LT_SOURCE glibc 2.19 以前: _BSD_SOURCE 説明 The strsignal () function returns a string describing the signal ... string can be used only until the next call to strsignal (). The string returned by strsignal () is localiz ...
https://man.plustar.jp/manpage/man3/sigdescr_np.3.html - [similar]
Man page of STRSIGNAL 6908
STRSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 str ... する文字列を返す 書式 #include < string.h > char *strsignal(int sig ); char *sigdescr_np(int sig ); char *siga ... ): sigabbrev_np (), sigdescr_np (): _GNU_SOURCE strsignal (): From glibc 2.10 to 2.31: _POSIX_C_SOURCE >= 20 ... LT_SOURCE glibc 2.19 以前: _BSD_SOURCE 説明 The strsignal () function returns a string describing the signal ... string can be used only until the next call to strsignal (). The string returned by strsignal () is localiz ...
https://man.plustar.jp/manpage/man3/strsignal.3.html - [similar]
Man page of STRSIGNAL 6908
STRSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 str ... する文字列を返す 書式 #include < string.h > char *strsignal(int sig ); char *sigdescr_np(int sig ); char *siga ... ): sigabbrev_np (), sigdescr_np (): _GNU_SOURCE strsignal (): From glibc 2.10 to 2.31: _POSIX_C_SOURCE >= 20 ... LT_SOURCE glibc 2.19 以前: _BSD_SOURCE 説明 The strsignal () function returns a string describing the signal ... string can be used only until the next call to strsignal (). The string returned by strsignal () is localiz ...
https://man.plustar.jp/manpage/man3/sys_siglist.3.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