Searched refs:clock_cache (Results 1 – 4 of 4) sorted by relevance
45 sync.Reset(&caller_thr->clock_cache); in OnJoined()77 sync.Reset(&thr1->clock_cache); in OnDetached()124 sync.Reset(&thr->clock_cache); in OnStarted()145 ctx->clock_alloc.FlushCache(&thr->clock_cache); in OnFinished()
429 thr->clock.acquire(&thr->clock_cache, c); in AcquireImpl()438 thr->clock.release(&thr->clock_cache, c); in ReleaseImpl()447 thr->clock.ReleaseStore(&thr->clock_cache, c); in ReleaseStoreImpl()456 thr->clock.acq_rel(&thr->clock_cache, c); in AcquireReleaseImpl()
54 clock.Reset(&thr->clock_cache); in Reset()55 read_clock.Reset(&thr->clock_cache); in Reset()
396 DenseSlabAllocCache clock_cache; member