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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 295 thr->last_sleep_clock.set(tctx->tid, tctx->thr->fast_state.epoch());
297 thr->last_sleep_clock.set(tctx->tid, tctx->epoch1);
tsan_rtl.h 452 ThreadClock last_sleep_clock; member in struct:__tsan::ThreadState
tsan_rtl_report.cc 702 if (s.epoch() <= thr->last_sleep_clock.get(s.tid()))

Completed in 26 milliseconds