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

  /external/chromium_org/base/debug/
stack_trace_posix.cc 183 void StackDumpSignalHandler(int signal, siginfo_t* info, void* void_context) {
434 // base::(anonymous namespace)::StackDumpSignalHandler
460 action.sa_sigaction = &StackDumpSignalHandler;
  /external/chromium/base/
process_util_posix.cc 112 void StackDumpSignalHandler(int signal, siginfo_t* info, ucontext_t* context) {
680 sig_t handler = reinterpret_cast<sig_t>(&StackDumpSignalHandler);
    [all...]

Completed in 83 milliseconds