manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 41 for handler (0.006 sec.)
Man page of MPROTECT 8113
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... URE); } while (0) static char *buffer; static void handler(int sig, siginfo_t *si, void *unused) { /* Note: c ... alling printf() from a signal handler is not safe (and should not be done in production ... printf() here as a simple way of showing that the handler was called. */ printf("Got SIGSEGV at address: %p\ ... GINFO; sigemptyset(&sa.sa_mask); sa.sa_sigaction = handler; if (sigaction(SIGSEGV, &sa, NULL) == -1) handle_e ...
https://man.plustar.jp/manpage/man2/mprotect.2.html - [similar]
Man page of MPROTECT 8113
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... URE); } while (0) static char *buffer; static void handler(int sig, siginfo_t *si, void *unused) { /* Note: c ... alling printf() from a signal handler is not safe (and should not be done in production ... printf() here as a simple way of showing that the handler was called. */ printf("Got SIGSEGV at address: %p\ ... GINFO; sigemptyset(&sa.sa_mask); sa.sa_sigaction = handler; if (sigaction(SIGSEGV, &sa, NULL) == -1) handle_e ...
https://man.plustar.jp/manpage/man2/pkey_mprotect.2.html - [similar]
Man page of AIO 7429
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... cel all outstanding I/O requests */ static void /* Handler for SIGQUIT */ quitHandler(int sig) { gotSIGQUIT = ... al used to notify I/O completion */ static void /* Handler for I/O completion signal */ aioSigHandler(int sig ... aiocbList == NULL) errExit("calloc"); /* Establish handlers for SIGQUIT and the I/O completion signal */ sa.s ... lags = SA_RESTART; sigemptyset(&sa.sa_mask); sa.sa_handler = quitHandler; if (sigaction(SIGQUIT, &sa, NULL) = ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of SELECT_TUT 7336
SELECT_TUT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 se ... ig_atomic_t got_SIGCHLD = 0; static void child_sig_handler(int sig) { got_SIGCHLD = 1; } int main(int argc, c ... sk"); exit(EXIT_FAILURE); } sa.sa_flags = 0; sa.sa_handler = child_sig_handler; sigemptyset(&sa.sa_mask); if ...
https://man.plustar.jp/manpage/man2/select_tut.2.html - [similar]
Man page of CORE 7258
CORE Section: Linux Programmer's Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 core - コ ... et split into multiple arguments. So the core dump handler needs to put the executable names as the last argu ... ted in earlier kernels, meaning that the core dump handler needs to use mechanisms to find the executable nam ... .g., SELinux) are still active and may prevent the handler from accessing details about the crashed process v ...
https://man.plustar.jp/manpage/man5/core.5.html - [similar]
Man page of RANDOM 7165
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... requested and will not be interrupted by a signal handler. Reads with a buffer over this limit may return le ... with the error EINTR , if interrupted by a signal handler. Since Linux 3.16, a read (2) from /dev/urandom wi ...
https://man.plustar.jp/manpage/man4/random.4.html - [similar]
Man page of RANDOM 7165
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... requested and will not be interrupted by a signal handler. Reads with a buffer over this limit may return le ... with the error EINTR , if interrupted by a signal handler. Since Linux 3.16, a read (2) from /dev/urandom wi ...
https://man.plustar.jp/manpage/man4/urandom.4.html - [similar]
Man page of SIGNALFD 7087
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... error. Such signals can be caught only via signal handler. As described above, in normal usage one blocks th ... , one must fall back to using a traditional signal handler that writes to a file descriptor monitored by sele ...
https://man.plustar.jp/manpage/man2/signalfd.2.html - [similar]
Man page of SIGNALFD 7087
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... error. Such signals can be caught only via signal handler. As described above, in normal usage one blocks th ... , one must fall back to using a traditional signal handler that writes to a file descriptor monitored by sele ...
https://man.plustar.jp/manpage/man2/signalfd4.2.html - [similar]
Man page of BSD_SIGNAL 7087
BSD_SIGNAL Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 bs ... ル処理 書式 #include < signal.h > typedef void (*sighandler_t)(int); sighandler_t bsd_signal(int signum , sigh ... andler_t handler ); glibc 向けの機能検査マクロの要件 ( feature_test ... 理方式を提供していた。 詳細は signal (2) を参照。 sighandler_t を使っているのは GNU による拡張である。 この型は ... 関連キーワード シグナル , 処理 , SOURCE , 方式 , sighandler , pages , エラー , 属性 , 参照 , sigaction Linux マ ...
https://man.plustar.jp/manpage/man3/bsd_signal.3.html - [similar]
PREV 1 2 3 4 5 NEXT

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