Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_thread.cpp213 sync.Reset(&thr->proc()->clock_cache); in OnStarted()
257 thr->clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
259 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
287 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined()
300 sync.Reset(&thr1->proc()->clock_cache); in OnDetached()
H A Dtsan_rtl_mutex.cpp422 thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateClockCallback()
476 thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateSleepClockCallback()
494 thr->clock.acquire(&thr->proc()->clock_cache, c); in AcquireImpl()
502 thr->clock.releaseStoreAcquire(&thr->proc()->clock_cache, c); in ReleaseStoreAcquireImpl()
510 thr->clock.release(&thr->proc()->clock_cache, c); in ReleaseImpl()
518 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); in ReleaseStoreImpl()
526 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.cpp48 clock.Reset(&proc->clock_cache); in Reset()
49 read_clock.Reset(&proc->clock_cache); in Reset()
H A Dtsan_mman.cpp416 thr->clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
417 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
H A Dtsan_rtl.h119 DenseSlabAllocCache clock_cache; member