Home
last modified time | relevance | path

Searched refs:SS_ONSTACK (Results 1 - 25 of 35) sorted by relevance

12

/third_party/musl/src/signal/
H A Dsigaltstack.c14 if (ss->ss_flags & SS_ONSTACK) { in sigaltstack()
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaltstack.c15 if (ss->ss_flags & SS_ONSTACK) { in sigaltstack()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D16-1-buildonly.c17 static int dummy11 = SS_ONSTACK;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D6-1.c18 stack and verify that the ss_flags member of the obtained alternate signal stack is SS_ONSTACK.
41 if (handler_s.ss_flags != SS_ONSTACK) { in handler()
43 ("Test FAILED: The alternate stack's ss_flags member does not contain SS_ONSTACK even though the handler is executing on the alternate stack\n"); in handler()
/third_party/musl/libc-test/src/regression/
H A Dsigaltstack.c27 if (ss.ss_flags != SS_ONSTACK) in handler()
28 t_error("ss_flags is not SS_ONSTACK in the signal handler\n"); in handler()
/third_party/ltp/testcases/kernel/syscalls/signal/
H A Dsignal06.c126 .ss_flags = SS_ONSTACK, in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h196 #define SS_ONSTACK 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h249 #define SS_ONSTACK 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h249 #define SS_ONSTACK 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h249 #define SS_ONSTACK 1 macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h272 #define SS_ONSTACK 1 macro
/third_party/musl/include/
H A Dsignal.h271 #define SS_ONSTACK 1 macro
/third_party/musl/libc-test/src/api/
H A Dsignal.c86 C(SS_ONSTACK) in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs82 pub const SS_ONSTACK: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs277 pub const SS_ONSTACK: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1041 pub const SS_ONSTACK: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1081 pub const SS_ONSTACK: ::c_int = 0x1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1176 pub const SS_ONSTACK: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1210 pub const SS_ONSTACK: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1566 pub const SS_ONSTACK: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1825 pub const SS_ONSTACK: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1566 pub const SS_ONSTACK: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1558 pub const SS_ONSTACK: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1579 pub const SS_ONSTACK: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1571 pub const SS_ONSTACK: u32 = 1; consts

Completed in 133 milliseconds

12