Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h767 bool GetDumpThreadID(uint32_t *thread_id) const;
/external/google-breakpad/src/processor/
Dminidump_processor.cc104 has_dump_thread = breakpad_info->GetDumpThreadID(&dump_thread_id); in Process()
Dminidump.cc3641 bool MinidumpBreakpadInfo::GetDumpThreadID(uint32_t *thread_id) const { in GetDumpThreadID() function in google_breakpad::MinidumpBreakpadInfo