ThreadContext is the external interface to all thread state for anything outside of the CPU.
void quiesceTick(Tick resume)
Quiesce, suspend, and schedule activate at resume.
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 (...