An event for synchronization. More...
#include <thread.hpp>
Public Member Functions | |
Event (void) | |
Initialize event. | |
void | signal (void) |
Signal the event. | |
void | wait (void) |
Wait until the event becomes signalled. | |
~Event (void) | |
Delete event. | |
An event for synchronization.
An event can be waited on by a single thread until the event is signalled.
Definition at line 215 of file thread.hpp.
|
inline |
|
inline |
|
inline |
|
inline |