Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

indri::thread::ConditionVariable Class Reference

#include <ConditionVariable.hpp>

List of all members.

Public Member Functions

 ConditionVariable ()
 ~ConditionVariable ()
void wait (Mutex &mutex)
bool wait (Mutex &mutex, UINT64 microseconds)
void notifyOne ()
void notifyAll ()

Private Attributes

pthread_cond_t _condition


Constructor & Destructor Documentation

indri::thread::ConditionVariable::ConditionVariable  )  [inline]
 

indri::thread::ConditionVariable::~ConditionVariable  )  [inline]
 


Member Function Documentation

void indri::thread::ConditionVariable::notifyAll  )  [inline]
 

void indri::thread::ConditionVariable::notifyOne  )  [inline]
 

bool indri::thread::ConditionVariable::wait Mutex mutex,
UINT64  microseconds
[inline]
 

void indri::thread::ConditionVariable::wait Mutex mutex  )  [inline]
 


Member Data Documentation

pthread_cond_t indri::thread::ConditionVariable::_condition [private]
 


The documentation for this class was generated from the following file:
Generated on Tue Jun 15 11:03:03 2010 for Lemur by doxygen 1.3.4