Home | History | Annotate | Download | only in ptrace

Lines Matching full:signal

37  *	Then a signal is delivered to the child & verified that parent
42 * 1) By telling child to ignore SIGUSR2 signal
43 * 2) By installing a signal handler for child for SIGUSR2
48 * Setup signal handling.
53 * setup signal handler for SIGUSR2 signal
57 * setup signal handler for SIGUSR2 signal
59 * send SIGUSR2 signal to self
62 * if parent is notified when child gets a signal through wait(),
91 #include <signal.h>
134 /* Setup signal handler for parent */
176 * through signal handler), Test Failed
223 /* Setup signal handler for child */
242 /* ensure that child bypasses signal handler */
270 * child_handler() - Signal handler for child
282 * parent_handler() - Signal handler for parent