Searched refs:sig_caught (Results 1 – 3 of 3) sorted by relevance
56 static volatile int sig_caught; variable82 sig_caught = sig; in sighandler()100 sig_caught = 0; in testfunc_protnone()116 switch (sig_caught) { in testfunc_protnone()126 sig_caught); in testfunc_protnone()234 sig_caught = 0; in testfunc_protexec()250 switch (sig_caught) { in testfunc_protexec()260 sig_caught); in testfunc_protexec()
49 static volatile int sig_caught; variable96 if (sig_caught) in map_write_unmap()121 sig_caught = signal; in sig_handler()131 while (!sig_caught) { in test_mmap()142 if (sig_caught == SIGALRM) { in test_mmap()146 tst_strsig(sig_caught)); in test_mmap()190 sig_caught = 1; in cleanup()
169 static int sig_caught; /* flag TRUE if signal caught */ variable189 sig_caught = FALSE; in main()478 sig_caught = FALSE; /* handler sets it to TRUE when caught */ in child()584 sig_caught = TRUE; /* flag for wait_a_while () */ in handler()702 if (sig_caught == TRUE) in wait_a_while()