Struct Event

Level trigger condition variable supporting multiple waiters.

struct Event ;

Constructors

NameDescription
this Optional constructor setting the initial state.

Properties

NameTypeDescription
isSet[get] boolReport the Event's current state.

Methods

NameDescription
reset Reset the event.
set Set the event.
unreliableWait waits for the event to be set with potential spurious wakeups
wait waits for the event to be set