Beamlib 3.1.1
This is the Beam C++ class library.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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: