17 #ifndef PAGESPEED_KERNEL_THREAD_PTHREAD_CONDVAR_H_
18 #define PAGESPEED_KERNEL_THREAD_PTHREAD_CONDVAR_H_
27 namespace net_instaweb {
49 pthread_cond_t condvar_;
Implementation of ThreadSystem::CondvarCapableMutexMutex for Pthread mutexes.
Definition: pthread_mutex.h:29
PthreadCondvar(PthreadMutex *mutex)
The mutex is owned by the caller and must outlive the condvar.
Definition: pthread_condvar.h:32
Definition: pthread_condvar.h:29
virtual void TimedWait(int64 timeout_ms)
virtual PthreadMutex * mutex() const
Return the mutex associated with this condition variable.
Definition: pthread_condvar.h:38