reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
57 CHECK_EQ(false, detached); 69 if (!detached || status == ThreadStatusCreated) status = ThreadStatusFinished; 86 detached = _detached; 250 tctx->detached = true; 288 bool dead = tctx->detached;projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
134 if (!detached) { 164 if (tctx->detached || tctx->status != ThreadStatusFinished)