SynchEvent
class represents an event that is inserted into the event queue of each simulator at the same global time. When this event fires, it will stop the thread running this simulator by waiting on a shared condition variable. The last thread to fire the event will then notify the condition variable which frees the other threads to run again in parallel.
|
|
|
|