Home | History | Annotate | Download | only in rt_sigaction

Lines Matching defs:signal

25 /* 		of a particular signal. The action is specified by the        */
26 /* sigaction structure. The previous action on the signal is */
34 #include <signal.h>
67 tst_resm(TINFO, "Signal Handler Called with signal number %d\n", sig);
86 int signal;
99 for (signal = SIGRTMIN; signal <= SIGRTMAX; signal++) {
105 (signal, 0, test_flags[flag]));
108 tst_resm(TINFO, "signal: %d ",
109 signal);
116 kill(getpid(), signal);