Account
| Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BCond Class Reference
Thread safe conditional variable. More...
#include <BCond.h>
Public Member Functions | |
| BCond () | |
| ~BCond () | |
| int | signal () |
| int | wait () |
| int | timedWait (int timeOutUs) |
Detailed Description
Thread safe conditional variable.
Constructor & Destructor Documentation
◆ BCond()
| BCond::BCond | ( | ) |
◆ ~BCond()
| BCond::~BCond | ( | ) |
Member Function Documentation
◆ signal()
| int BCond::signal | ( | ) |
◆ wait()
| int BCond::wait | ( | ) |
◆ timedWait()
| int BCond::timedWait | ( | int | timeOutUs | ) |
The documentation for this class was generated from the following files:
Generated by
