Home
last modified time | relevance | path

Searched refs:ThreadStatusRunning (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp42 CHECK(status == ThreadStatusRunning || in SetDead()
77 status = ThreadStatusRunning; in SetStarted()
225 CHECK_EQ(SANITIZER_FUCHSIA ? ThreadStatusCreated : ThreadStatusRunning, in SetThreadName()
291 if (tctx->status == ThreadStatusRunning) { in FinishThread()
H A Dsanitizer_thread_registry.h27 ThreadStatusRunning, // The thread is currently running. enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp104 if (tctx->status == ThreadStatusRunning) { in GetRunningThreadsLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp126 (asanThreadRegistry().FinishThread(tid) == ThreadStatusRunning); in Destroy()
552 if (tctx->status == ThreadStatusRunning) in GetRunningThreadsLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp215 rt->running = (tctx->status == ThreadStatusRunning); in AddThread()
235 if (tctx->status != ThreadStatusRunning) in IsInStackOrTls()