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

/gem5/src/systemc/core/
H A Dprocess.cc155 if (_isUnwinding || _terminated)
160 _isUnwinding = true;
183 if (_isUnwinding || _terminated)
194 _isUnwinding = true;
275 _isUnwinding = false;
384 _needsStart(true), _isUnwinding(false), _terminated(false),
H A Dprocess.hh71 bool isUnwinding() const { return _isUnwinding; }
72 void isUnwinding(bool v) { _isUnwinding = v; }
176 bool _isUnwinding; member in class:sc_gem5::Process

Completed in 7 milliseconds