Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-5.10/tools/testing/selftests/sigaltstack/
H A Dsas.c60 if (stk.ss_flags != SS_DISABLE) in my_usr1()
62 stk.ss_flags); in my_usr1()
127 if (stk.ss_flags == SS_DISABLE) { in main()
132 "should have been SS_DISABLE\n", stk.ss_flags); in main()
138 stk.ss_flags = SS_ONSTACK | SS_AUTODISARM; in main()
177 if (stk.ss_flags != SS_AUTODISARM) { in main()
178 ksft_exit_fail_msg("ss_flags=%x, should be SS_AUTODISARM\n", in main()
179 stk.ss_flags); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/sigaltstack/
H A Dsas.c66 if (stk.ss_flags != SS_DISABLE) in my_usr1()
68 stk.ss_flags); in my_usr1()
137 if (stk.ss_flags == SS_DISABLE) { in main()
142 "should have been SS_DISABLE\n", stk.ss_flags); in main()
148 stk.ss_flags = SS_ONSTACK | SS_AUTODISARM; in main()
187 if (stk.ss_flags != SS_AUTODISARM) { in main()
188 ksft_exit_fail_msg("ss_flags=%x, should be SS_AUTODISARM\n", in main()
189 stk.ss_flags); in main()
/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()
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dsignal.h92 int ss_flags; member
/third_party/rust/crates/libc/src/unix/nto/
H A Daarch64.rs34 pub ss_flags: ::c_int,
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dsignal.h116 int ss_flags; member
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dsigcontext.h86 int ss_flags; member
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H A Dsignal.h85 int ss_flags; member
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H A Dsignal.h95 int ss_flags; member
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dsignal.h69 int ss_flags; member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dsignal.h110 int ss_flags; member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dsigcontext.h86 int ss_flags; member
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsignal.h87 int ss_flags; member

Completed in 6 milliseconds

123456789