Go to the documentation of this file.
15 bool wait(
int ms = -1);
28 bool wait(
int ms = -1);
void signal()
Definition: event.cpp:66
Event()
Definition: event.cpp:39
~Event()
Definition: event.cpp:44
bool wait(int ms=-1)
Definition: event.cpp:49
pthread_cond_t _cond
Definition: event.h:24
Mutex _mutex
Definition: event.h:23