LibTmsApi
2.0.0
|
#include <BCond.h>
Public Member Functions | |
BCond () | |
Thread conditional variable. More... | |
~BCond () | |
int | signal () |
int | wait () |
int | timedWait (int timeOutUs) |
Private Attributes | |
pthread_mutex_t | omutex |
pthread_cond_t | ocond |
BCond::BCond | ( | ) |
Thread conditional variable.
BCond::~BCond | ( | ) |
int BCond::signal | ( | ) |
int BCond::timedWait | ( | int | timeOutUs | ) |
int BCond::wait | ( | ) |
|
private |
|
private |