/kernel/linux/linux-5.10/tools/testing/selftests/sigaltstack/ |
H A D | sas.c | 60 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 D | sas.c | 66 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 D | sigaltstack.c | 27 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 D | 9-1.c | 45 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 D | 6-1.c | 8 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 D | 8-1.c | 8 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 D | 7-1.c | 8 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 D | 1-1.c | 65 alternate_s.ss_flags = 0; in main()
|
H A D | 11-1.c | 8 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 D | 10-1.c | 47 alternate_s.ss_flags = 0; in main()
|
H A D | 12-1.c | 56 altstack1.ss_flags = 0; in main()
|
/third_party/musl/src/signal/ |
H A D | sigaltstack.c | 10 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 D | sigaltstack.c | 11 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 D | stack_consumption.cc | 122 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 D | 19-1.c | 17 flags = t.ss_flags; in main()
|
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 92 int ss_flags; member
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | aarch64.rs | 34 pub ss_flags: ::c_int,
|
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 116 int ss_flags; member
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | sigcontext.h | 86 int ss_flags; member
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 85 int ss_flags; member
|
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/ |
H A D | signal.h | 95 int ss_flags; member
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 69 int ss_flags; member
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | signal.h | 110 int ss_flags; member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | sigcontext.h | 86 int ss_flags; member
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | signal.h | 87 int ss_flags; member
|