HomeSort by relevance Sort by last modified time
    Searched refs:ThreadStatusFinished (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 41 status == ThreadStatusFinished);
50 CHECK_EQ(ThreadStatusFinished, status);
58 status = ThreadStatusFinished;
231 if (tctx->status == ThreadStatusFinished) {
sanitizer_thread_registry.h 28 ThreadStatusFinished, // Joinable thread is finished but not yet joined.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 154 if (tctx->detached || tctx->status != ThreadStatusFinished)

Completed in 687 milliseconds