Home | History | Annotate | Download | only in sigrelse

Lines Matching full:caught

69  * 			signals which were not caught once.
72 * else if exit is SIG_CAUGHT then BROK (signal caught
82 * if caught)
169 static int sig_caught; /* flag TRUE if signal caught */
177 /* array of counters for signals caught by handler() */
323 /* sig was not caught or caught too many times */
325 "\tsignal %d caught %d times (expected 1).\n",
355 /* a signal was caught before it was released */
356 tst_resm(TBROK, "A signal was caught before being released.");
375 * If none were caught (sighold worked), release the signals one at a time
376 * and wait for them to be caught. Send results back to parent
477 sig_caught = FALSE; /* handler sets it to TRUE when caught */
559 * caught in order for a PASS.
566 printf("child: handler phase%d: caught signal %d.\n", phase, sig);
682 * caught. It does nothing but return - the read() on the pipe
688 printf("timeout: pid=%d sigalrm caught.\n", getpid());