Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_mutex.cpp418 if (tctx->status == ThreadStatusRunning) { in UpdateClockCallback()
474 if (tctx->status == ThreadStatusRunning) in UpdateSleepClockCallback()
H A Dtsan_rtl_report.cpp211 rt->running = (tctx->status == ThreadStatusRunning); in AddThread()
243 if (tctx->status != ThreadStatusRunning) in IsInStackOrTls()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_thread.cpp103 (asanThreadRegistry().FinishThread(tid) == ThreadStatusRunning); in Destroy()
H A Dasan_allocator.cpp1172 atctx->status != ThreadStatusRunning) in GetAdditionalThreadContextPtrs()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.cpp643 if (tctx->status == ThreadStatusRunning) { in ReportIfNotSuspended()