HomeSort by relevance Sort by last modified time
    Searched refs:SA_ONSTACK (Results 126 - 150 of 152) sorted by null

1 2 3 4 56 7

  /art/runtime/arch/arm/
instruction_set_features_arm.cc 238 sa.sa_flags = SA_ONSTACK | SA_RESTART | SA_SIGINFO;
  /bionic/libc/malloc_debug/
RecordData.cpp 177 dump_act.sa_flags = SA_RESTART | SA_SIGINFO | SA_ONSTACK;
PointerData.cpp 100 enable_act.sa_flags = SA_RESTART | SA_SIGINFO | SA_ONSTACK;
112 act.sa_flags = SA_RESTART | SA_SIGINFO | SA_ONSTACK;
  /bionic/tests/headers/posix/
signal_h.c 114 MACRO(SA_ONSTACK);
  /bionic/tests/
signal_test.cpp 296 sa.sa_flags = SA_ONSTACK;
305 ASSERT_EQ(static_cast<unsigned>(SA_ONSTACK), sa.sa_flags & ~sa_restorer);
314 sa.sa_flags = SA_ONSTACK | SA_SIGINFO;
323 ASSERT_EQ(static_cast<unsigned>(SA_ONSTACK | SA_SIGINFO), sa.sa_flags & ~sa_restorer);
pthread_test.cpp     [all...]
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 183 SA_ONSTACK = 0x00000001
FILE.py 183 SA_ONSTACK = 0x00000001
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 129 SA_ONSTACK flag with sigaction. Failing to do so is likely to cause
182 the SA_ONSTACK flag and otherwise keep the signal handler.
192 existing signal handler, the Go runtime will turn on the SA_ONSTACK
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 129 SA_ONSTACK flag with sigaction. Failing to do so is likely to cause
182 the SA_ONSTACK flag and otherwise keep the signal handler.
192 existing signal handler, the Go runtime will turn on the SA_ONSTACK
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 283 sa.sa_flags = SA_ONSTACK | SA_SIGINFO;
339 cur_handler.sa_flags = SA_ONSTACK | SA_SIGINFO;
  /build/kati/
main.cc 184 new_action_.sa_flags = SA_ONSTACK | SA_SIGINFO | SA_RESETHAND;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 184 if (common_flags()->use_sigaltstack) sigact.sa_flags |= SA_ONSTACK;
sanitizer_stoptheworld_linux_libcdep.cc 288 act.sa_flags = SA_ONSTACK | SA_SIGINFO;
  /external/libunwind/tests/
Gtest-bt.c 243 act.sa_flags = SA_ONSTACK | SA_SIGINFO;
Gtest-trace.c 257 act.sa_flags = SA_ONSTACK | SA_SIGINFO;
  /art/runtime/
runtime_common.cc 470 action.sa_flags |= SA_ONSTACK;
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 579 action.sa_flags |= SA_ONSTACK;
  /external/python/cpython3/Modules/
faulthandler.c 446 action.sa_flags |= SA_ONSTACK;
725 action.sa_flags |= SA_ONSTACK;
    [all...]
  /external/valgrind/include/vki/
vki-darwin.h 455 #define VKI_SA_ONSTACK SA_ONSTACK
vki-solaris.h 1055 #define VKI_SA_ONSTACK SA_ONSTACK
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal_unix.go 103 // set SA_ONSTACK if necessary.
578 throw("non-Go code set up signal handler without SA_ONSTACK flag")
  /prebuilts/go/linux-x86/src/runtime/
signal_unix.go 103 // set SA_ONSTACK if necessary.
578 throw("non-Go code set up signal handler without SA_ONSTACK flag")
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 574 SA_ONSTACK = 0x00000001
STROPTS.py 571 SA_ONSTACK = 0x00000001
    [all...]

Completed in 536 milliseconds

1 2 3 4 56 7