HomeSort by relevance Sort by last modified time
    Searched refs:ThreadStatusRunning (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 40 CHECK(status == ThreadStatusRunning ||
63 status = ThreadStatusRunning;
205 CHECK_EQ(ThreadStatusRunning, tctx->status);
260 CHECK_EQ(ThreadStatusRunning, tctx->status);
sanitizer_thread_registry.h 27 ThreadStatusRunning, // The thread is currently running.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 206 rt->running = (tctx->status == ThreadStatusRunning);
237 if (tctx->status != ThreadStatusRunning)
399 if (tctx->status != ThreadStatusRunning
tsan_rtl_mutex.cc 368 if (tctx->status == ThreadStatusRunning)
411 if (tctx->status == ThreadStatusRunning)

Completed in 1080 milliseconds