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

/gem5/src/systemc/core/
H A Dscheduler.cc51 stopEvent(this, false, StopPriority), _throwUp(nullptr),
431 if (_throwUp) {
432 const ::sc_core::sc_report *to_throw = _throwUp;
433 _throwUp = nullptr;
460 _throwUp = &report;
H A Dscheduler.hh432 const ::sc_core::sc_report *_throwUp; member in class:sc_gem5::Scheduler

Completed in 11 milliseconds