Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h1004 bool GetDumpThreadID(uint32_t* thread_id) const;
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump_processor.cc121 has_dump_thread = breakpad_info->GetDumpThreadID(&dump_thread_id); in Process()
H A Dminidump.cc4790 bool MinidumpBreakpadInfo::GetDumpThreadID(uint32_t* thread_id) const { in GetDumpThreadID() function in google_breakpad::MinidumpBreakpadInfo