Searched defs:GetThreadID (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h29 SuspendedThreadID GetThreadID(uptr index) const { function in class:__sanitizer::SuspendedThreadsList
/external/google-breakpad/src/processor/
H A Dminidump.cc1473 bool MinidumpThread::GetThreadID(uint32_t *thread_id) const { function in class:google_breakpad::MinidumpThread
1474 BPLOG_IF(ERROR, !thread_id) << "MinidumpThread::GetThreadID requires "
1480 BPLOG(ERROR) << "Invalid MinidumpThread for GetThreadID";
1624 if (!thread->GetThreadID(&thread_id)) {
2943 bool MinidumpException::GetThreadID(uint32_t *thread_id) const { function in class:google_breakpad::MinidumpException
2944 BPLOG_IF(ERROR, !thread_id) << "MinidumpException::GetThreadID requires "
2950 BPLOG(ERROR) << "Invalid MinidumpException for GetThreadID";

Completed in 126 milliseconds