Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h1005 bool GetRequestingThreadID(uint32_t* thread_id) const;
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump_processor.cc123 breakpad_info->GetRequestingThreadID(&requesting_thread_id); in Process()
H A Dminidump.cc4811 bool MinidumpBreakpadInfo::GetRequestingThreadID(uint32_t* thread_id) in GetRequestingThreadID() function in google_breakpad::MinidumpBreakpadInfo