Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.h126 int GetLwpCount() const;
Dsolaris_lwp.cc240 int SolarisLwp::GetLwpCount() const { in GetLwpCount() function in google_breakpad::SolarisLwp
Dminidump_generator.cc425 int lwp_count = lwp_lister->GetLwpCount(); in WriteLwpListStream()