26 #ifndef _CONDITION_NONE_HPP
27 #define _CONDITION_NONE_HPP
void signal()
Restarts one of the threads that are waiting on this condition variable.
Dummy implementation of a mutex.
void wait(Mutex &mutex)
Waits for the condition variable.
Dummy condition variable.
void broadcast()
Restarts all the threads that are waiting on the condition variable.
void wait(Mutex *mutex)
Waits for the condition variable.
void timedwait(Mutex *mutex, const timespec *abstime)