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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigstack.h 38 SS_DISABLE
39 #define SS_DISABLE SS_DISABLE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigstack.h 38 SS_DISABLE
39 #define SS_DISABLE SS_DISABLE
  /external/strace/xlat/
sigaltstack_flags.h 5 #if !(defined(SS_DISABLE) || (defined(HAVE_DECL_SS_DISABLE) && HAVE_DECL_SS_DISABLE))
6 # define SS_DISABLE 2
23 XLAT(SS_DISABLE),
  /bionic/libc/kernel/uapi/linux/
signal.h 24 #define SS_DISABLE 2
  /external/kernel-headers/original/uapi/linux/
signal.h 9 #define SS_DISABLE 2
  /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,
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
16-1-buildonly.c 18 int dummy12 = SS_DISABLE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
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;
11-1.c 9 other than SS_DISABLE, and the ss argument is something other than a null pointer,
15 - Set the ss_flags member of the alternate stack to something other than SS_DISABLE
57 altstack1.ss_flags = SS_DISABLE + 1;
2-1.c 8 This program tests the assertion that if ss_flags is set to SS_DISABLE, then
15 - call sigaltstack() to define the alternate signal stack, and set ss_flags to SS_DISABLE
47 ("Test FAILED: ss_sp of the handler's stack changed even though SS_DISABLE was set\n");
53 ("Test FAILED: ss_size of the handler's stack changed even though SS_DISABLE was set\n");
85 alternate_s.ss_flags = SS_DISABLE;
9-1.c 81 if (rc || a.ss_flags != SS_DISABLE) {
  /art/runtime/
thread_linux.cc 73 ss.ss_flags = SS_DISABLE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 87 #define SS_DISABLE 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 91 #define SS_DISABLE 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 91 #define SS_DISABLE 2
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_netbsd_386.c 77 ss.ss_flags = SS_DISABLE;
gcc_netbsd_amd64.c 78 ss.ss_flags = SS_DISABLE;
gcc_netbsd_arm.c 74 ss.ss_flags = SS_DISABLE;
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
sigstack.go 42 if (ost.ss_flags & SS_DISABLE) {
44 // even if SS_DISABLE is set. (The kernel gets it right.)
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_netbsd_386.c 77 ss.ss_flags = SS_DISABLE;
gcc_netbsd_amd64.c 78 ss.ss_flags = SS_DISABLE;
gcc_netbsd_arm.c 74 ss.ss_flags = SS_DISABLE;
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
sigstack.go 42 if (ost.ss_flags & SS_DISABLE) {
44 // even if SS_DISABLE is set. (The kernel gets it right.)

Completed in 356 milliseconds

1 2