Home
last modified time | relevance | path

Searched refs:ss_flags (Results 1 - 25 of 133) sorted by relevance

123456

/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()
38 ss.ss_flags = 0; in main()
53 ss.ss_flags = -1; in main()
56 t_error("sigaltstack with bad ss_flags should have failed with EINVAL, " in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D9-1.c45 a.ss_flags = 0; in main()
83 if (rc || a.ss_flags != SS_DISABLE) { in main()
84 printf("Failed: sigaltstack() rc: %d ss_flags: %u\n", in main()
85 rc, a.ss_flags); in main()
H A D6-1.c8 This program tests the assertion that if the ss_flags member is not set to SS_DISABLE,
18 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()
68 alternate_s.ss_flags = 0; in main()
H A D8-1.c8 This program tests the assertion that if the ss_flags member is not set to SS_DISABLE,
18 stack and verify that the ss_flags member of the obtained alternate signal stack is SS_DISABLE.
41 if (handler_s.ss_flags != SS_DISABLE) { in handler()
43 ("Test FAILED: The alternate stack's ss_flags member does not contain SS_DISABLE even though the alternate signal stack is disabled.\n"); in handler()
68 alternate_s.ss_flags = SS_DISABLE; in main()
H A D7-1.c8 This program tests the assertion that if the ss_flags member is not set to SS_DISABLE,
41 altstack2.ss_flags = 0; in handler()
71 altstack1.ss_flags = 0; in main()
H A D1-1.c65 alternate_s.ss_flags = 0; in main()
H A D11-1.c8 This program tests the assertion that if the ss_flags member is set to something
15 - Set the ss_flags member of the alternate stack to something other than SS_DISABLE
56 altstack1.ss_flags = SS_DISABLE + 1; in main()
H A D10-1.c47 alternate_s.ss_flags = 0; in main()
H A D12-1.c56 altstack1.ss_flags = 0; in main()
/third_party/musl/src/signal/
H A Dsigaltstack.c10 if (!(ss->ss_flags & SS_DISABLE) && ss->ss_size < MINSIGSTKSZ) { in sigaltstack()
14 if (ss->ss_flags & SS_ONSTACK) { in sigaltstack()
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaltstack.c11 if (!(ss->ss_flags & SS_DISABLE) && ss->ss_size < MINSIGSTKSZ) { in sigaltstack()
15 if (ss->ss_flags & SS_ONSTACK) { in sigaltstack()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dstack_consumption.cc122 sigstk.ss_flags = 0; in GetSignalHandlerStackConsumption()
159 (old_sigstk.ss_flags & SS_DISABLE)) { in GetSignalHandlerStackConsumption()
161 // The original stack has ss_size==0 and ss_flags==SS_DISABLE, but some in GetSignalHandlerStackConsumption()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D19-1.c17 flags = t.ss_flags; in main()
/third_party/rust/crates/libc/src/unix/nto/
H A Daarch64.rs34 pub ss_flags: ::c_int,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D12-10.c64 alt_ss.ss_flags = 0; in main()
H A D12-11.c64 alt_ss.ss_flags = 0; in main()
H A D12-12.c64 alt_ss.ss_flags = 0; in main()
H A D12-13.c64 alt_ss.ss_flags = 0; in main()
H A D12-1.c64 alt_ss.ss_flags = 0; in main()
H A D12-24.c64 alt_ss.ss_flags = 0; in main()
H A D12-22.c64 alt_ss.ss_flags = 0; in main()
H A D12-25.c64 alt_ss.ss_flags = 0; in main()
H A D12-26.c64 alt_ss.ss_flags = 0; in main()
H A D12-23.c64 alt_ss.ss_flags = 0; in main()
H A D12-3.c64 alt_ss.ss_flags = 0; in main()

Completed in 8 milliseconds

123456