Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp43 status == ThreadStatusFinished); in SetDead()
60 CHECK_EQ(ThreadStatusFinished, status); in SetJoined()
71 if (!detached || status == ThreadStatusCreated) status = ThreadStatusFinished; in SetFinished()
245 if (tctx->status == ThreadStatusFinished) { in DetachThread()
H A Dsanitizer_thread_registry.h28 ThreadStatusFinished, // Joinable thread is finished but not yet joined. enumerator
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_thread.cpp48 if (tctx->detached || tctx->status != ThreadStatusFinished) in CollectThreadLeaks()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp42 if (tctx->detached || tctx->status != ThreadStatusFinished) in CollectThreadLeaks()