Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/sighold/
Dsighold02.c60 #ifndef NUMSIGS
61 # define NUMSIGS NSIG macro
73 static int sigs_map[NUMSIGS];
110 for (sig = 1; sig < NUMSIGS; sig++) { in main()
147 for (sig = 1; sig < NUMSIGS; sig++) { in do_child()
158 for (cnt = 0, sig = 1; sig < NUMSIGS; sig++) { in do_child()
178 for (sig = 1; sig < NUMSIGS; sig++) { in do_child()
/third_party/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()
315 for (sig = 1; sig < NUMSIGS; sig++) { in parent()
320 for (sig = 1; sig < NUMSIGS; sig++) { in parent()
404 for (sig = 1; sig < NUMSIGS; sig++) { in child()
472 for (sig = 1; sig < NUMSIGS; sig++) { in child()
534 for (sig = 1; sig < NUMSIGS; sig++) { in setup_sigs()
/third_party/ltp/include/old/
Dtest.h49 #ifndef NUMSIGS
50 #define NUMSIGS NSIG macro