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()
261 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_mutex.cc376 if (tctx->status == ThreadStatusRunning) in UpdateClockCallback()
419 if (tctx->status == ThreadStatusRunning) in UpdateSleepClockCallback()
Dtsan_rtl_report.cc198 rt->running = (tctx->status == ThreadStatusRunning); in AddThread()
229 if (tctx->status != ThreadStatusRunning) in IsInStackOrTls()