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);
261 CHECK_EQ(ThreadStatusRunning, tctx->status);
sanitizer_thread_registry.h 27 ThreadStatusRunning, // The thread is currently running.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 376 if (tctx->status == ThreadStatusRunning)
419 if (tctx->status == ThreadStatusRunning)
tsan_rtl_report.cc 198 rt->running = (tctx->status == ThreadStatusRunning);
229 if (tctx->status != ThreadStatusRunning)

Completed in 64 milliseconds