Home
last modified time | relevance | path

Searched refs:SA_RESETHAND (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/rt_sigaction/
H A Drt_sigaction02.c58 { 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 Drt_sigaction03.c58 { 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 Drt_sigaction01.c60 { 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 Dsigaction01.c36 * 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 D16-1-buildonly.c12 static int dummy6 = SA_RESETHAND;
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h45 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h46 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h46 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h46 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/arm/bits/
H A Dsignal.h46 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/or1k/bits/
H A Dsignal.h45 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/sh/bits/
H A Dsignal.h56 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h62 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/microblaze/bits/
H A Dsignal.h48 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/mips/bits/
H A Dsignal.h68 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h79 #define SA_RESETHAND 0x80000000U macro
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h80 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/riscv64/bits/
H A Dsignal.h80 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/mips64/bits/
H A Dsignal.h87 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h87 #define SA_RESETHAND 0x80000000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsignal.h70 #define SA_RESETHAND 0x80000000U macro
/third_party/musl/arch/s390x/bits/
H A Dsignal.h81 #define SA_RESETHAND 0x80000000U macro
/third_party/openssl/demos/bio/
H A Dsaccept.c42 sa.sa_flags = SA_RESETHAND; in sigsetup()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs209 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 D2-1.c174 || ((sa_child.sa_flags & SA_RESETHAND) != 0) in main()

Completed in 9 milliseconds

1234