Beamlib 3.3.2
This is the Beam C++ class library.
|
Thread safe conditional variable. More...
#include <BCond.h>
Public Member Functions | |
BCond () | |
~BCond () | |
int | signal () |
int | wait () |
int | timedWait (int timeOutUs) |
Thread safe conditional variable.
BCond::BCond | ( | ) |
BCond::~BCond | ( | ) |
int BCond::signal | ( | ) |
int BCond::wait | ( | ) |
int BCond::timedWait | ( | int | timeOutUs | ) |