Home
last modified time | relevance | path

Searched defs:NSIG (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sighold/
Dsighold02.c56 # define NSIG _NSIG macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dsignal.h21 #define NSIG 23 macro
/third_party/python/Modules/
Dsignalmodule.c54 # define NSIG _NSIG /* For BSD/SysV */ macro
56 # define NSIG (_SIGMAX + 1) /* For QNX */ macro
58 # define NSIG (SIGMAX + 1) /* For djgpp */ macro
60 # define NSIG 64 /* Use a reasonable default value */ macro
Dfaulthandler.c93 # define NSIG _NSIG /* For BSD/SysV */ macro
95 # define NSIG (_SIGMAX + 1) /* For QNX */ macro
97 # define NSIG (SIGMAX + 1) /* For djgpp */ macro
99 # define NSIG 64 /* Use a reasonable default value */ macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
D18-1.c171 #define NSIG (sizeof(signals)/sizeof(int)) in test() macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h187 #define NSIG _NSIG macro
/third_party/libuv/include/uv/
Dwin.h102 # define NSIG SIGWINCH + 1 macro
/third_party/musl/include/
Dsignal.h250 #define NSIG _NSIG macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h250 #define NSIG _NSIG macro