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 39 CHECK(status == ThreadStatusRunning ||
62 status = ThreadStatusRunning;
199 CHECK_EQ(ThreadStatusRunning, tctx->status);
242 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 258 if (tctx->status == ThreadStatusRunning)
294 if (tctx->status == ThreadStatusRunning)
tsan_rtl_report.cc 199 rt->running = (tctx->status == ThreadStatusRunning);
240 if (tctx->status != ThreadStatusRunning)
398 if (tctx->status != ThreadStatusRunning

Completed in 62 milliseconds