Searched refs:needsStart (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/core/
H A Dprocess.hh68 bool needsStart() const { return _needsStart; } function in class:sc_gem5::Process
69 void needsStart(bool ns) { _needsStart = ns; } function in class:sc_gem5::Process
H A Dscheduler.cc177 if (_current && _current->needsStart()) {
178 _current->needsStart(false);
190 if (_current && !_current->needsStart()) {
H A Dprocess.cc280 needsStart(true);

Completed in 8 milliseconds