Searched refs:clock_cache (Results 1 – 6 of 6) sorted by relevance
213 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()
422 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()
38 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
48 clock.Reset(&proc->clock_cache); in Reset()49 read_clock.Reset(&proc->clock_cache); in Reset()
416 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()
119 DenseSlabAllocCache clock_cache; member