Searched refs:handler (Results 176 - 200 of 858) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D4-17.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGUSR1 with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-18.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGUSR2 with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-19.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGPOLL with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-2.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGALRM with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-20.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGPROF with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-21.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGSYS with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-22.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTRAP with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-23.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGURG with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-24.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGVTALRM with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-25.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGXCPU with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-26.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGXFSZ with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-3.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGBUS with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-4.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGCHLD with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-5.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGCONT with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-6.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGFPE with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-7.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGHUP with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-8.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGILL with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D4-9.c11 for a signal handler.
16 3. (child) Setup a signal handler for SIGINT with SIGKILL added to
19 5. (child, signal handler) raise SIGKILL
32 void handler(int signo) function
50 act.sa_handler = handler;
H A D6-1.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-10.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-11.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-12.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-13.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-14.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-15.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;

Completed in 183 milliseconds

1234567891011>>