HomeSort by: relevance | last modified time | path
    Searched refs:last_sleep_clock (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 382 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache);
tsan_rtl_thread.cc 147 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache);
tsan_rtl.cc 133 , last_sleep_clock(tid)
tsan_rtl.h 447 ThreadClock last_sleep_clock; member in struct:__tsan::ThreadState
tsan_rtl_mutex.cc 464 thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch);
tsan_rtl_report.cc 706 if (s.epoch() <= thr->last_sleep_clock.get(s.tid()))

Completed in 16 milliseconds