24 #ifndef PthreadCondition_h
25 #define PthreadCondition_h
28 #ifdef EXTERNAL_TEMPLATES
47 inline operator pthread_cond_t* (void) {
return &
theCond; }
PthreadCondition & Wait(PthreadMutex &mutex)
PthreadCondition & Broadcast(void)
int TimedWait(PthreadMutex &mutex, const timespec *abstime)
PthreadCondition & Signal(void)