Non-Confidential | ![]() | ARM 100965_1101_00_en | ||
| ||||
Home > SystemC Export with Multiple Instantiation > SystemC Export API > scx::stop_acknowledge |
This function blocks the simulation while the simulation is stopped.
void stop_acknowledge(sg::SchedulerRunnable *runnable);
runnable
stop_acknowledge()
.The scheduler thread calls this function to effectively stop the simulation, as a side
effect of calling stop()
to request that the simulation stop.
An implementation of this function must call clearStopRequest()
on
runnable
(when not NULL
).