HomeSort by relevance Sort by last modified time
    Searched refs:old_stack (Results 1 - 4 of 4) 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::__anon9390
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/trace-viewer/tracing/third_party/closure_linter/closure_linter/
indentation.py 122 old_stack = self._stack
125 old_stack)
  /external/libvncserver/x11vnc/
userinput.c 6030 Window old_stack[STACKMAX]; variable
    [all...]

Completed in 91 milliseconds