Account
| LibTmsApi 2.3.0 |
BCond Class Reference
#include <BCond.h>
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::BCond | ( | ) |
Thread conditional variable.
◆ ~BCond()
| BCond::~BCond | ( | ) |
Member Function Documentation
◆ signal()
| int BCond::signal | ( | ) |
◆ timedWait()
| int BCond::timedWait | ( | int | timeOutUs | ) |
◆ wait()
| int BCond::wait | ( | ) |
Member Data Documentation
◆ ocond
| private |
◆ omutex
| private |
The documentation for this class was generated from the following files:
Generated by
