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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_proc.cc 39 ctx->clock_alloc.FlushCache(&proc->clock_cache);
tsan_rtl_thread.cc 45 sync.Reset(&caller_thr->proc()->clock_cache);
78 sync.Reset(&thr1->proc()->clock_cache);
120 sync.Reset(&thr->proc()->clock_cache);
145 thr->clock.ResetCached(&thr->proc()->clock_cache);
147 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache);
tsan_sync.cc 51 clock.Reset(&proc->clock_cache);
52 read_clock.Reset(&proc->clock_cache);
tsan_rtl_mutex.cc 421 thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch);
464 thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch);
482 thr->clock.acquire(&thr->proc()->clock_cache, c);
491 thr->clock.release(&thr->proc()->clock_cache, c);
500 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c);
509 thr->clock.acq_rel(&thr->proc()->clock_cache, c);
tsan_mman.cc 381 thr->clock.ResetCached(&thr->proc()->clock_cache);
382 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache);
tsan_rtl.h 359 DenseSlabAllocCache clock_cache; member in struct:__tsan::Processor

Completed in 14 milliseconds