Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc40 CHECK(status == ThreadStatusRunning || in SetDead()
63 status = ThreadStatusRunning; in SetStarted()
205 CHECK_EQ(ThreadStatusRunning, tctx->status); in SetThreadName()
260 CHECK_EQ(ThreadStatusRunning, tctx->status); in FinishThread()
Dsanitizer_thread_registry.h27 ThreadStatusRunning, // The thread is currently running. enumerator
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc206 rt->running = (tctx->status == ThreadStatusRunning); in AddThread()
237 if (tctx->status != ThreadStatusRunning) in IsInStackOrTls()
399 if (tctx->status != ThreadStatusRunning in RestoreStack()
Dtsan_rtl_mutex.cc368 if (tctx->status == ThreadStatusRunning) in UpdateClockCallback()
411 if (tctx->status == ThreadStatusRunning) in UpdateSleepClockCallback()