Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h923 bool GetRequestingThreadID(uint32_t *thread_id) const;
/external/google-breakpad/src/processor/
Dminidump_processor.cc109 breakpad_info->GetRequestingThreadID(&requesting_thread_id); in Process()
Dminidump.cc4380 bool MinidumpBreakpadInfo::GetRequestingThreadID(uint32_t *thread_id) in GetRequestingThreadID() function in google_breakpad::MinidumpBreakpadInfo