reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
504 if (thr->ignore_sync) 506 thr->clock.set(thr->fast_state.epoch()); 506 thr->clock.set(thr->fast_state.epoch()); 507 thr->fast_synch_epoch = thr->fast_state.epoch(); 507 thr->fast_synch_epoch = thr->fast_state.epoch(); 508 thr->clock.acq_rel(&thr->proc()->clock_cache, c); 508 thr->clock.acq_rel(&thr->proc()->clock_cache, c); 509 StatInc(thr, StatSyncAcquire); 510 StatInc(thr, StatSyncRelease);