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 264 thr->last_sleep_clock.set(i, tctx->thr->fast_state.epoch());
266 thr->last_sleep_clock.set(i, tctx->epoch1);
tsan_rtl.h 291 ThreadClock last_sleep_clock; member in struct:__tsan::ThreadState
tsan_rtl_report.cc 431 if (s.epoch() <= thr->last_sleep_clock.get(s.tid()))

Completed in 72 milliseconds