Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/sighold/
Dsighold02.c62 #ifndef NUMSIGS
63 # define NUMSIGS NSIG macro
75 static int sigs_map[NUMSIGS];
111 for (sig = 1; sig < NUMSIGS; sig++) { in main()
152 for (sig = 1; sig < NUMSIGS; sig++) { in do_child()
163 for (cnt = 0, sig = 1; sig < NUMSIGS; sig++) { in do_child()
183 for (sig = 1; sig < NUMSIGS; sig++) { in do_child()
/external/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c173 #ifndef NUMSIGS
174 #define NUMSIGS NSIG macro
178 static int sig_array[NUMSIGS];
266 for (sig = 1; sig < NUMSIGS; sig++) { in parent()
316 for (sig = 1; sig < NUMSIGS; sig++) { in parent()
321 for (sig = 1; sig < NUMSIGS; sig++) { in parent()
405 for (sig = 1; sig < NUMSIGS; sig++) { in child()
473 for (sig = 1; sig < NUMSIGS; sig++) { in child()
535 for (sig = 1; sig < NUMSIGS; sig++) { in setup_sigs()
/external/ltp/include/old/
Dtest.h69 #ifndef NUMSIGS
70 #define NUMSIGS NSIG macro