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

/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h768 bool GetRequestingThreadID(uint32_t *thread_id) const;
/external/google-breakpad/src/processor/
H A Dminidump_processor.cc106 breakpad_info->GetRequestingThreadID(&requesting_thread_id);
H A Dminidump.cc3662 bool MinidumpBreakpadInfo::GetRequestingThreadID(uint32_t *thread_id) function in class:google_breakpad::MinidumpBreakpadInfo
3664 BPLOG_IF(ERROR, !thread_id) << "MinidumpBreakpadInfo::GetRequestingThreadID "
3670 BPLOG(ERROR) << "Invalid MinidumpBreakpadInfo for GetRequestingThreadID";

Completed in 60 milliseconds