Searched refs:_spinThreshold (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Droot.hh58 Time _spinThreshold; member in class:Root
88 const Time timeSyncSpinThreshold() const { return _spinThreshold; }
H A Droot.cc59 if (diff < period && remainder > _spinThreshold) {
103 _spinThreshold = newThreshold;
112 _spinThreshold.setTick(p->time_sync_spin_threshold);

Completed in 5 milliseconds