Searched defs:isUnwinding (Results 1 - 1 of 1) sorted by relevance

/gem5/src/systemc/core/
H A Dprocess.hh71 bool isUnwinding() const { return _isUnwinding; } function in class:sc_gem5::Process
72 void isUnwinding(bool v) { _isUnwinding = v; } function in class:sc_gem5::Process

Completed in 6 milliseconds