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

1 2 3 4 56

  /bionic/libc/bionic/
pthread_exit.cpp 87 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...]
  /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 996 #define VKI_SS_DISABLE SS_DISABLE
    [all...]
  /external/bison/
maint.mk 617 SIGEV_THREAD SIGSTKSZ SIG_BLOCK SIG_SETMASK SIG_UNBLOCK SS_DISABLE \
    [all...]

Completed in 281 milliseconds

1 2 3 4 56