Home
last modified time | relevance | path

Searched refs:sig_caught (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c56 static volatile int sig_caught; variable
83 sig_caught = sig; in sighandler()
100 sig_caught = 0; in testfunc_protnone()
114 switch (sig_caught) { in testfunc_protnone()
124 sig_caught); in testfunc_protnone()
262 sig_caught = 0; in testfunc_protexec()
293 switch (sig_caught) { in testfunc_protexec()
303 sig_caught); in testfunc_protexec()
/external/ltp/testcases/kernel/mem/mtest06/
Dmmap3.c49 static volatile int sig_caught; variable
96 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()
/external/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c169 static int sig_caught; /* flag TRUE if signal caught */ variable
189 sig_caught = FALSE; in main()
477 sig_caught = FALSE; /* handler sets it to TRUE when caught */ in child()
583 sig_caught = TRUE; /* flag for wait_a_while () */ in handler()
701 if (sig_caught == TRUE) in wait_a_while()