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.cc39 CHECK(status == ThreadStatusRunning || in SetDead()
62 status = ThreadStatusRunning; in SetStarted()
199 CHECK_EQ(ThreadStatusRunning, tctx->status); in SetThreadName()
242 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.cc258 if (tctx->status == ThreadStatusRunning) in UpdateClockCallback()
294 if (tctx->status == ThreadStatusRunning) in UpdateSleepClockCallback()
Dtsan_rtl_report.cc199 rt->running = (tctx->status == ThreadStatusRunning); in AddThread()
240 if (tctx->status != ThreadStatusRunning) in IsInStackOrTls()
398 if (tctx->status != ThreadStatusRunning in RestoreStack()