LibBeamApi  1.3.0
Public Member Functions | Private Attributes
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::timedWait ( int  timeOutUs)
int BCond::wait ( )

Member Data Documentation

pthread_cond_t BCond::ocond [private]
pthread_mutex_t BCond::omutex [private]

The documentation for this class was generated from the following files: