Belle II Software
release-08-01-10
|
Public Member Functions | |
Cond (const Cond &cond) | |
bool | init () |
bool | signal () |
bool | broadcast () |
bool | wait (Mutex &mutex) |
bool | wait (Mutex &mutex, const unsigned int sec, const unsigned int msec=0) |
bool | destroy () |
Private Attributes | |
pthread_cond_t | m_cond_t |