Home
last modified time | relevance | path

Searched refs:ControlAllLwps (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.h122 int ControlAllLwps(bool suspend);
Dminidump_generator.cc666 ~AutoLwpResumer() { lwp_->ControlAllLwps(false); } in ~AutoLwpResumer()
691 if (!writer_args->lwp_lister->ControlAllLwps(true)) in Write()
Dsolaris_lwp.cc235 int SolarisLwp::ControlAllLwps(bool suspend) { in ControlAllLwps() function in google_breakpad::SolarisLwp