commandWakeup
Wakeup one or more threads that are asleep on an event.
Declaration
virtual void commandWakeup(
void *event,
bool oneThread = false);Parameters
- event:
Pointer to an address.
- onlyOneThread:
true to only wake up at most one thread, false otherwise.