Home
last modified time | relevance | path

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

/external/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()
/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()
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()
536 for (sig = 1; sig < NUMSIGS; sig++) { in setup_sigs()
/external/ltp/include/old/
Dtest.h49 #ifndef NUMSIGS
50 #define NUMSIGS NSIG macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py302 NUMSIGS = (NSIG-1) variable
DFILE.py348 NUMSIGS = (NSIG-1) variable