Lines Matching refs:epoch
120 RestoreStack(last.tid(), last.epoch(), &trace, 0); in MutexDestroy()
171 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch()); in MutexLock()
249 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch()); in MutexReadLock()
377 thr->clock.set(tctx->tid, tctx->thr->fast_state.epoch()); in UpdateClockCallback()
420 thr->last_sleep_clock.set(tctx->tid, tctx->thr->fast_state.epoch()); in UpdateSleepClockCallback()
439 thr->clock.set(thr->fast_state.epoch()); in AcquireImpl()
447 thr->clock.set(thr->fast_state.epoch()); in ReleaseImpl()
448 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseImpl()
456 thr->clock.set(thr->fast_state.epoch()); in ReleaseStoreImpl()
457 thr->fast_synch_epoch = thr->fast_state.epoch(); in ReleaseStoreImpl()
465 thr->clock.set(thr->fast_state.epoch()); in AcquireReleaseImpl()
466 thr->fast_synch_epoch = thr->fast_state.epoch(); in AcquireReleaseImpl()