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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 61 tctx->status = ThreadStatusDead;
97 CHECK_EQ(tctx->status, ThreadStatusDead);
tsan_rtl.h 317 ThreadStatusDead, // Joined, but some info (trace) is still alive.
tsan_rtl_report.cc 260 || tctx->status == ThreadStatusDead) {

Completed in 66 milliseconds