Lines Matching defs:signal
33 #include <signal.h>
1078 signal(SIGSYS, SIG_IGN);
1574 signal(SIGALRM, cont_handler);
3053 /* Verify signal delivery came from child (seccomp-triggered). */
3065 * signal delivery came from parent now (getpid() == info.si_pid).
3468 static void signal_handler(int signal)
3471 perror("write from signal");
3500 if (signal(SIGUSR1, signal_handler) == SIG_ERR) {
3501 perror("signal");
3506 * to rely on a signal that has not yet been handled. Let's at
3508 * hope that it doesn't break when there is actually a signal :)
3522 * Make sure the signal really is delivered, which means we're not