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

12

  /external/linux-kselftest/tools/testing/selftests/sigaltstack/
sas.c 65 if (stk.ss_flags != SS_DISABLE)
66 ksft_test_result_fail("tss_flags=%x, should be SS_DISABLE\n",
131 if (stk.ss_flags == SS_DISABLE) {
133 "Initial sigaltstack state was SS_DISABLE\n");
136 "should have been SS_DISABLE\n", stk.ss_flags);
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main4.c 92 if ((nss.ss_flags & SS_DISABLE) != 0) {
149 if ((nss.ss_flags & SS_DISABLE) != 0) {
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main4.c 92 if ((nss.ss_flags & SS_DISABLE) != 0) {
149 if ((nss.ss_flags & SS_DISABLE) != 0) {
  /bionic/libc/bionic/
pthread_exit.cpp 98 ss.ss_flags = SS_DISABLE;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 153 if (!SANITIZER_ANDROID && !(oldstack.ss_flags & SS_DISABLE)) return;
167 altstack.ss_flags = SS_DISABLE;
  /external/minijail/linux-x86/
libconstants.gen.c     [all...]
  /bionic/tests/headers/posix/
signal_h.c 122 MACRO(SS_DISABLE);
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 194 SS_DISABLE = 0x00000002
FILE.py 194 SS_DISABLE = 0x00000002
  /external/libunwind/tests/
Gtest-bt.c 257 stk.ss_flags = SS_DISABLE;
Gtest-trace.c 272 stk.ss_flags = SS_DISABLE;
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 181 disable_stack.ss_flags = SS_DISABLE;
  /external/valgrind/include/vki/
vki-darwin.h 404 #define VKI_SS_DISABLE SS_DISABLE
vki-solaris.h 1062 #define VKI_SS_DISABLE SS_DISABLE
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 590 SS_DISABLE = 0x00000002
STROPTS.py 587 SS_DISABLE = 0x00000002
    [all...]

Completed in 835 milliseconds

12