HomeSort by relevance Sort by last modified time
    Searched refs:ss_flags (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/strace/tests/
sigaltstack.c 9 .ss_flags = SS_DISABLE,
  /external/strace/tests-m32/
sigaltstack.c 9 .ss_flags = SS_DISABLE,
  /external/strace/tests-mx32/
sigaltstack.c 9 .ss_flags = SS_DISABLE,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigstack.h 33 /* Possible values for `ss_flags.'. */
53 int ss_flags; member in struct:sigaltstack
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigstack.h 33 /* Possible values for `ss_flags.'. */
53 int ss_flags; member in struct:sigaltstack
  /external/valgrind/none/tests/solaris/
context_stack.c 16 assert(sp->ss_flags == SS_ONSTACK);
36 assert(sp->ss_flags == 0);
56 altstack.ss_flags = 0;
68 assert(mainstack.ss_flags == sp->ss_flags);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
19-1.c 17 flags = t.ss_flags;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
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.
42 if (handler_s.ss_flags != SS_ONSTACK) {
44 ("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");
69 alternate_s.ss_flags = 0;
7-1.c 8 This program tests the assertion that if the ss_flags member is not set to SS_DISABLE,
42 altstack2.ss_flags = 0;
72 altstack1.ss_flags = 0;
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.
42 if (handler_s.ss_flags != SS_DISABLE) {
44 ("Test FAILED: The alternate stack's ss_flags member does not contain SS_DISABLE even though the alternate signal stack is disabled.\n");
69 alternate_s.ss_flags = SS_DISABLE;
9-1.c 46 a.ss_flags = 0;
81 if (rc || a.ss_flags != SS_DISABLE) {
82 printf("Failed: sigaltstack() rc: %d ss_flags: %u\n",
83 rc, a.ss_flags);
10-1.c 48 alternate_s.ss_flags = 0;
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
57 altstack1.ss_flags = SS_DISABLE + 1;
12-1.c 57 altstack1.ss_flags = 0;
  /system/core/libunwindstack/include/unwindstack/
UcontextArm.h 40 int32_t ss_flags; // int member in struct:unwindstack::arm_stack_t
UcontextArm64.h 40 int32_t ss_flags; // int member in struct:unwindstack::arm64_stack_t
UcontextMips.h 41 int32_t ss_flags; // int member in struct:unwindstack::mips_stack_t
UcontextMips64.h 41 int32_t ss_flags; // int member in struct:unwindstack::mips64_stack_t
  /external/linux-kselftest/tools/testing/selftests/sigaltstack/
sas.c 65 if (stk.ss_flags != SS_DISABLE)
67 stk.ss_flags);
131 if (stk.ss_flags == SS_DISABLE) {
136 "should have been SS_DISABLE\n", stk.ss_flags);
142 stk.ss_flags = SS_ONSTACK | SS_AUTODISARM;
181 if (stk.ss_flags != SS_AUTODISARM) {
182 ksft_exit_fail_msg("ss_flags=%x, should be SS_AUTODISARM\n",
183 stk.ss_flags);
  /external/strace/
sigaltstack.c 54 tprints(", ss_flags=");
55 printflags(sigaltstack_flags, ss.ss_flags, "SS_???");
  /art/runtime/
thread_linux.cc 55 ss.ss_flags = 0;
73 ss.ss_flags = SS_DISABLE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
12-1.c 65 alt_ss.ss_flags = 0;
12-10.c 65 alt_ss.ss_flags = 0;
12-11.c 65 alt_ss.ss_flags = 0;
12-12.c 65 alt_ss.ss_flags = 0;

Completed in 316 milliseconds

1 2 3 4 5 6 7