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

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.h 87 bool threads_suspended_; member in class:google_breakpad::LinuxPtraceDumper
linux_ptrace_dumper.cc 108 threads_suspended_(false) {
279 if (threads_suspended_)
294 threads_suspended_ = true;
299 if (!threads_suspended_)
304 threads_suspended_ = false;

Completed in 112 milliseconds