HomeSort by relevance Sort by last modified time
    Searched refs:old_stack (Results 1 - 5 of 5) sorted by null

  /art/runtime/
thread_linux.cc 32 static void SigAltStack(stack_t* new_stack, stack_t* old_stack) {
33 if (sigaltstack(new_stack, old_stack) == -1) {
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 129 // and (if it exists) the previously installed stack in old_stack.
130 stack_t old_stack; member in namespace:google_breakpad::__anon11316
141 memset(&old_stack, 0, sizeof(old_stack));
151 if (sys_sigaltstack(NULL, &old_stack) == -1 || !old_stack.ss_sp ||
152 old_stack.ss_size < kSigStackSize) {
173 // Only restore the old_stack if the current alternative stack is the one
176 if (old_stack.ss_sp) {
177 if (sys_sigaltstack(&old_stack, NULL) == -1
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
indentation.py 122 old_stack = self._stack
125 old_stack)
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 4825 vki_stack_t *old_stack = tst->os_state.ustack; local
    [all...]

Completed in 217 milliseconds