BCond Class Reference

#include <BCond.h>

List of all members.

Public Member Functions

 BCond ()
 Thread conditional variable.
 ~BCond ()
int signal ()
int wait ()
int timedWait (int timeOutUs)

Private Attributes

pthread_mutex_t omutex
pthread_cond_t ocond


Constructor & Destructor Documentation

BCond::BCond (  ) 

Thread conditional variable.

BCond::~BCond (  ) 


Member Function Documentation

int BCond::signal (  ) 

int BCond::wait (  ) 

int BCond::timedWait ( int  timeOutUs  ) 


Member Data Documentation

pthread_mutex_t BCond::omutex [private]

pthread_cond_t BCond::ocond [private]


The documentation for this class was generated from the following files:
Generated on Tue Dec 11 13:57:52 2007 for LibTmsApi by  doxygen 1.5.2