/third_party/python/Include/internal/ |
D | pycore_pylifecycle.h | 19 # define NSIG _NSIG /* For BSD/SysV */ macro
|
/third_party/ltp/testcases/kernel/syscalls/sighold/ |
D | sighold02.c | 56 # define NSIG _NSIG macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
D | 18-1.c | 163 #define NSIG (sizeof(signals)/sizeof(int)) in test() macro
|
/third_party/python/Modules/ |
D | faulthandler.c | 95 # define NSIG _NSIG /* For BSD/SysV */ macro 97 # define NSIG (_SIGMAX + 1) /* For QNX */ macro 99 # define NSIG (SIGMAX + 1) /* For djgpp */ macro 101 # define NSIG 64 /* Use a reasonable default value */ macro
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 120 pub const NSIG: ::c_int = 32; constant
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | signal.h | 203 #define NSIG _NSIG macro
|
/third_party/libuv/include/uv/ |
D | win.h | 102 # define NSIG SIGWINCH + 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | signal.h | 256 #define NSIG _NSIG macro
|
/third_party/musl/include/ |
D | signal.h | 265 #define NSIG _NSIG macro
|
/third_party/musl/ndk_musl_include/ |
D | signal.h | 257 #define NSIG _NSIG macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | signal.h | 256 #define NSIG _NSIG macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | signal.h | 256 #define NSIG _NSIG macro
|
/third_party/musl/porting/linux/user/include/ |
D | signal.h | 276 #define NSIG _NSIG macro
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 248 pub const NSIG: ::c_int = 23; constant
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 564 pub const NSIG: ::c_int = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1422 pub const NSIG: u32 = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1423 pub const NSIG: u32 = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1413 pub const NSIG: u32 = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1416 pub const NSIG: u32 = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1423 pub const NSIG: u32 = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1706 pub const NSIG: u32 = 32; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1698 pub const NSIG: u32 = 32; constant
|