Searched refs:ThreadStatusFinished (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc41 status == ThreadStatusFinished);
50 CHECK_EQ(ThreadStatusFinished, status);
58 status = ThreadStatusFinished;
230 if (tctx->status == ThreadStatusFinished) {
H A Dsanitizer_thread_registry.h28 ThreadStatusFinished, // Joinable thread is finished but not yet joined. enumerator in enum:__sanitizer::ThreadStatus
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc155 if (tctx->detached || tctx->status != ThreadStatusFinished)
H A Dtsan_rtl_report.cc400 && tctx->status != ThreadStatusFinished

Completed in 226 milliseconds