/third_party/ltp/testcases/kernel/syscalls/rt_sigaction/ |
H A D | rt_sigaction02.c | 58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK }; 61 { "SA_RESETHAND|SA_SIGINFO", "SA_RESETHAND", "SA_RESETHAND|SA_SIGINFO", 62 "SA_RESETHAND|SA_SIGINFO", "SA_NOMASK" };
|
H A D | rt_sigaction03.c | 58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK }; 61 { "SA_RESETHAND|SA_SIGINFO", "SA_RESETHAND", "SA_RESETHAND|SA_SIGINFO", 62 "SA_RESETHAND|SA_SIGINFO", "SA_NOMASK" };
|
H A D | rt_sigaction01.c | 60 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 61 SA_RESETHAND | SA_SIGINFO, SA_NOMASK }; 63 { "SA_RESETHAND|SA_SIGINFO", "SA_RESETHAND", "SA_RESETHAND|SA_SIGINFO", 64 "SA_RESETHAND|SA_SIGINFO", "SA_NOMASK" };
|
/third_party/ltp/testcases/kernel/syscalls/sigaction/ |
H A D | sigaction01.c | 36 * 1) Set SA_RESETHAND and SA_SIGINFO. When the handler runs, 39 * 2) Set SA_RESETHAND. When the handler runs, SIGUSR1 should be 40 * masked (SA_RESETHAND makes sigaction behave as if SA_NODEFER was 45 * SA_RESETHAND is set. 120 * SA_RESETHAND and SA_SIGINFO were set. SA_SIGINFO should in handler() 125 tst_resm(TFAIL, "SA_RESETHAND should not " in handler() 133 tst_resm(TPASS, "SA_RESETHAND did not " in handler() 139 * In Linux, SA_RESETHAND doesn't imply SA_NODEFER; sig in handler() 145 tst_resm(TFAIL, "SA_RESETHAND should cause sig to " in handler() 149 tst_resm(TPASS, "SA_RESETHAND wa in handler() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
H A D | 16-1-buildonly.c | 12 static int dummy6 = SA_RESETHAND;
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | signal.h | 45 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | signal.h | 46 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | signal.h | 46 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | signal.h | 46 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | signal.h | 46 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/or1k/bits/ |
H A D | signal.h | 45 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/sh/bits/ |
H A D | signal.h | 56 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | signal.h | 62 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/microblaze/bits/ |
H A D | signal.h | 48 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 68 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | signal.h | 79 #define SA_RESETHAND 0x80000000U macro
|
/third_party/musl/arch/riscv32/bits/ |
H A D | signal.h | 80 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/riscv64/bits/ |
H A D | signal.h | 80 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 87 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 87 #define SA_RESETHAND 0x80000000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | signal.h | 70 #define SA_RESETHAND 0x80000000U macro
|
/third_party/musl/arch/s390x/bits/ |
H A D | signal.h | 81 #define SA_RESETHAND 0x80000000U macro
|
/third_party/openssl/demos/bio/ |
H A D | saccept.c | 42 sa.sa_flags = SA_RESETHAND; in sigsetup()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 209 pub const SA_RESETHAND: ::c_int = 0x4; consts 254 pub const SA_RESETHAND: ::c_int = 0x80000000; consts
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 2-1.c | 174 || ((sa_child.sa_flags & SA_RESETHAND) != 0) in main()
|