Lines Matching refs:signal
28 * Use sigaction(2) to set a signal handler for SIGUSR1 with a certain
30 * finally send the signal to ourselves, causing the signal handler to
31 * run. The signal handler then checks the signal handler to run. The
32 * signal handler then checks certain conditions based on the test case
47 * 4) A signal generated from an interface or condition that does not
67 #include <signal.h>
85 * A signal handler that understands which test case is currently
106 * Get current signal mask
142 * of the signal list
169 * A signal generated from a mechanism that does not provide
189 * Establish a signal handler for SIGUSR1 with the specified flags and
190 * signal to mask while the handler executes.