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

  /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::__anon20735
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/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 4985 vki_stack_t *old_stack = tst->os_state.ustack; local
    [all...]

Completed in 665 milliseconds