Searched refs:clock_cache (Results 1 – 5 of 5) sorted by relevance
39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
45 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined()77 sync.Reset(&thr1->proc()->clock_cache); in OnDetached()119 sync.Reset(&thr->proc()->clock_cache); in OnStarted()
440 thr->clock.acquire(&thr->proc()->clock_cache, c); in AcquireImpl()449 thr->clock.release(&thr->proc()->clock_cache, c); in ReleaseImpl()458 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); in ReleaseStoreImpl()467 thr->clock.acq_rel(&thr->proc()->clock_cache, c); in AcquireReleaseImpl()
54 clock.Reset(&proc->clock_cache); in Reset()55 read_clock.Reset(&proc->clock_cache); in Reset()
344 DenseSlabAllocCache clock_cache; member