/third_party/ltp/testcases/kernel/syscalls/rt_sigaction/ |
D | rt_sigaction02.c | 58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
D | rt_sigaction01.c | 60 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 61 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
D | rt_sigaction03.c | 58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
/third_party/ltp/testcases/kernel/syscalls/sigaction/ |
D | sigaction01.c | 232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, in main() 233 SA_RESETHAND | SA_SIGINFO, SA_RESETHAND | SA_SIGINFO in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 16-1-buildonly.c | 12 static int dummy6 = SA_RESETHAND;
|
/third_party/musl/arch/or1k/bits/ |
D | signal.h | 45 #define SA_RESETHAND 0x80000000 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 209 pub const SA_RESETHAND: ::c_int = 0x4; constant 254 pub const SA_RESETHAND: ::c_int = 0x80000000; constant
|
/third_party/musl/arch/arm/bits/ |
D | signal.h | 46 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | signal.h | 45 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | signal.h | 46 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | signal.h | 46 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | signal.h | 46 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | signal.h | 79 #define SA_RESETHAND 0x80000000U macro
|
/third_party/openssl/demos/bio/ |
D | saccept.c | 42 sa.sa_flags = SA_RESETHAND; in sigsetup()
|
/third_party/musl/arch/sh/bits/ |
D | signal.h | 56 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | signal.h | 70 #define SA_RESETHAND 0x80000000U macro
|
/third_party/musl/arch/s390x/bits/ |
D | signal.h | 81 #define SA_RESETHAND 0x80000000U macro
|
/third_party/musl/arch/microblaze/bits/ |
D | signal.h | 48 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | signal.h | 78 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | signal.h | 87 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | signal.h | 87 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/mips/bits/ |
D | signal.h | 68 #define SA_RESETHAND 0x80000000 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 2-1.c | 174 || ((sa_child.sa_flags & SA_RESETHAND) != 0) in main()
|
/third_party/musl/arch/m68k/bits/ |
D | signal.h | 100 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/i386/bits/ |
D | signal.h | 101 #define SA_RESETHAND 0x80000000 macro
|