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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc40 CHECK(status == ThreadStatusRunning ||
63 status = ThreadStatusRunning;
205 CHECK_EQ(ThreadStatusRunning, tctx->status);
260 CHECK_EQ(ThreadStatusRunning, tctx->status);
H A Dsanitizer_thread_registry.h27 ThreadStatusRunning, // The thread is currently running. enumerator in enum:__sanitizer::ThreadStatus
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc206 rt->running = (tctx->status == ThreadStatusRunning);
237 if (tctx->status != ThreadStatusRunning)
399 if (tctx->status != ThreadStatusRunning
H A Dtsan_rtl_mutex.cc368 if (tctx->status == ThreadStatusRunning)
411 if (tctx->status == ThreadStatusRunning)

Completed in 132 milliseconds