#include <condition.h>
Public Member Functions | |
Condition (Mutex &mutex) | |
bool | signal () |
bool | signalall () |
bool | wait () |
Definition at line 15 of file condition.h.
bool n2nc::sync::Condition::wait | ( | ) |
Check if the thread has acquired the lock
error
Definition at line 10 of file condition.cpp.
References n2nc::sync::Mutex::m_mutex.