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

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

Completed in 98 milliseconds