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

/gem5/src/systemc/core/
H A Dprocess.hh140 void waitCount(int count) { _waitCount = count; }
191 int _waitCount; member in class:sc_gem5::Process
H A Dprocess.cc336 if (_waitCount) {
337 _waitCount--;
386 _syncReset(false), syncResetCount(0), asyncResetCount(0), _waitCount(0),

Completed in 7 milliseconds