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

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.h 131 pid_t crash_thread() const { return crash_thread_; }
132 void set_crash_thread(pid_t crash_thread) { crash_thread_ = crash_thread; }
173 pid_t crash_thread_; member in class:google_breakpad::LinuxDumper
linux_core_dumper.cc 207 crash_thread_ = pid;
linux_dumper.cc 79 crash_thread_(pid),

Completed in 161 milliseconds