Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc425 int lwp_count = lwp_lister->GetLwpCount(); in WriteLwpListStream() local
426 if (lwp_count < 0) in WriteLwpListStream()
429 if (!list.AllocateObjectAndArray(lwp_count - 1, sizeof(MDRawThread))) in WriteLwpListStream()
433 list.get()->number_of_threads = lwp_count - 1; in WriteLwpListStream()
444 return written == lwp_count; in WriteLwpListStream()