Searched refs:clock_cache (Results 1 – 6 of 6) sorted by relevance
45 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined()78 sync.Reset(&thr1->proc()->clock_cache); in OnDetached()120 sync.Reset(&thr->proc()->clock_cache); in OnStarted()145 thr->clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()147 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
421 thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateClockCallback()464 thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); in UpdateSleepClockCallback()482 thr->clock.acquire(&thr->proc()->clock_cache, c); in AcquireImpl()491 thr->clock.release(&thr->proc()->clock_cache, c); in ReleaseImpl()500 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); in ReleaseStoreImpl()509 thr->clock.acq_rel(&thr->proc()->clock_cache, c); in AcquireReleaseImpl()
39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
51 clock.Reset(&proc->clock_cache); in Reset()52 read_clock.Reset(&proc->clock_cache); in Reset()
381 thr->clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()382 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
359 DenseSlabAllocCache clock_cache; member