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

/gem5/src/systemc/core/
H A Dprocess.hh68 bool needsStart() const { return _needsStart; }
69 void needsStart(bool ns) { _needsStart = ns; }
174 bool _needsStart; member in class:sc_gem5::Process
H A Dprocess.cc166 if (!_needsStart)
191 if (_needsStart) {
208 if (_needsStart || _terminated ||
384 _needsStart(true), _isUnwinding(false), _terminated(false),
H A Dprocess_types.hh92 thread->_needsStart = false;

Completed in 13 milliseconds