56 const std::string &_cause,
59 cause(_cause), code(c), repeat(r)
73 return "global simulation loop exit";
92 "exitSimLoop called with a delay and auto serialization. This is " 93 "currently unsupported.");
125 return "simulation loop exit";
174 return "counted exit";
void serialize(CheckpointOut &cp) const override
Serialize an object.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
const char * description() const override
Return a C string describing the event.
Overload hash function for BasicBlockRange type.
void serialize(CheckpointOut &cp) const override
Serialize an object.
#define UNSERIALIZE_SCALAR(scalar)
Tick curTick()
The current simulated tick.
GlobalSimLoopExitEvent(Tick when, const std::string &_cause, int c, Tick repeat=0)
uint64_t Tick
Tick count type.
#define warn_if(cond,...)
Conditional warning macro that checks the supplied condition and only prints a warning if the conditi...
CountedExitEvent(const std::string &_cause, int &_downCounter)
void serialize(const ThreadContext &tc, CheckpointOut &cp)
Thread context serialization helpers.
void exitSimLoopNow(const std::string &message, int exit_code, Tick repeat, bool serialize)
Schedule an event as above, but make it high priority so it runs before any normal events which are s...
const char * description() const override
Return a C string describing the event.
#define SERIALIZE_SCALAR(scalar)
The main global event class.
void exitSimLoop(const std::string &message, int exit_code, Tick when, Tick repeat, bool serialize)
Schedule an event to exit the simulation loop (returning to Python) at the end of the current cycle (...
std::ostream CheckpointOut
static const Priority Sim_Exit_Pri
If we want to exit on this cycle, it's the very last thing we do.
static const Priority Minimum_Pri
Event priorities, to provide tie-breakers for events scheduled at the same cycle. ...
virtual const char * description() const
static const FlagsType IsExitEvent
Tick simQuantum
Simulation Quantum for multiple eventq simulation.
void unserialize(CheckpointIn &cp) override
Unserialize an object.