Home | History | Annotate | Download | only in kill

Lines Matching full:signal

26 >KEYS:  < kill(), wait(), signal()
28 < correct values to the waiting parent--the child sets signal to
30 >HOW: < For each signal: Send that signal to a child that has elected
31 < to catch the signal, check that the correct status was returned
33 < NOTE: Signal 9 (kill) is not catchable, and must be dealt with
43 #include <signal.h>
106 //fprintf(temp, "Testing signal %d\n", sig);
140 /* nsig is the signal number returned by wait
144 fprintf(temp, "wait error: unexpected signal"
145 " returned when the signal sent was 9"
151 fprintf(temp, "wait error: unexpected signal "
162 fprintf(temp, "signal error: unexpected"
164 " signal sent was 9, the status"
170 fprintf(temp, "signal error: unexpected exit "
201 sigset(sig, SIG_IGN); /* set to ignore signal */