Home
last modified time | relevance | path

Searched refs:clock_cache (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp44 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined()
75 sync.Reset(&thr1->proc()->clock_cache); in OnDetached()
116 sync.Reset(&thr->proc()->clock_cache); in OnStarted()
141 thr->clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
143 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
H A Dtsan_rtl_mutex.cpp413 thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateClockCallback()
468 thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateSleepClockCallback()
486 thr->clock.acquire(&thr->proc()->clock_cache, c); in AcquireImpl()
494 thr->clock.releaseStoreAcquire(&thr->proc()->clock_cache, c); in ReleaseStoreAcquireImpl()
502 thr->clock.release(&thr->proc()->clock_cache, c); in ReleaseImpl()
510 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); in ReleaseStoreImpl()
518 thr->clock.acq_rel(&thr->proc()->clock_cache, c); in AcquireReleaseImpl()
H A Dtsan_rtl_proc.cpp38 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
H A Dtsan_sync.cpp47 clock.Reset(&proc->clock_cache); in Reset()
48 read_clock.Reset(&proc->clock_cache); in Reset()
H A Dtsan_mman.cpp396 thr->clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
397 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
H A Dtsan_rtl.h347 DenseSlabAllocCache clock_cache; member