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

/gem5/src/systemc/core/
H A Dprocess.cc84 if (!_suspended && !_terminated) {
105 if (_suspended && !_terminated) {
127 if (!_terminated)
138 if (!_terminated)
155 if (_isUnwinding || _terminated)
183 if (_isUnwinding || _terminated)
208 if (_needsStart || _terminated ||
384 _needsStart(true), _isUnwinding(false), _terminated(false),
399 _terminated = true;
H A Dprocess.hh73 bool terminated() const { return _terminated; }
177 bool _terminated; member in class:sc_gem5::Process

Completed in 6 milliseconds