Cern
LibTmsApi 2.3.0

#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

pthread_cond_t BCond::ocond
private

◆ omutex

pthread_mutex_t BCond::omutex
private

The documentation for this class was generated from the following files:
  • /src/cern/tms/tms/beam/libBeam/BCond.h
  • /src/cern/tms/tms/beam/libBeam/BCond.cpp