Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp42 if (tctx->detached || tctx->status != ThreadStatusFinished) in CollectThreadLeaks()