Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp41 status == ThreadStatusFinished); in SetDead()
58 CHECK_EQ(ThreadStatusFinished, status); in SetJoined()
69 if (!detached || status == ThreadStatusCreated) status = ThreadStatusFinished; in SetFinished()
243 if (tctx->status == ThreadStatusFinished) { in DetachThread()
H A Dsanitizer_thread_registry.h27 ThreadStatusFinished, // Joinable thread is finished but not yet joined. enumerator
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp161 if (tctx->detached || tctx->status != ThreadStatusFinished) in MaybeReportThreadLeak()