xrootd
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
XrdSysSemWait Class Reference

#include <XrdSysSemWait.hh>

Collaboration diagram for XrdSysSemWait:
Collaboration graph
[legend]

Public Member Functions

int CondWait ()
 
void Post ()
 
void Wait ()
 
int Wait (int secs)
 
 XrdSysSemWait (int semval=1, const char *cid=0)
 
 ~XrdSysSemWait ()
 

Private Attributes

XrdSysCondVar semVar
 
int semVal
 
int semWait
 

Constructor & Destructor Documentation

◆ XrdSysSemWait()

XrdSysSemWait::XrdSysSemWait ( int  semval = 1,
const char *  cid = 0 
)
inline

References semVal, and semWait.

◆ ~XrdSysSemWait()

XrdSysSemWait::~XrdSysSemWait ( )
inline

Member Function Documentation

◆ CondWait()

int XrdSysSemWait::CondWait ( )
inline

◆ Post()

void XrdSysSemWait::Post ( )
inline

◆ Wait() [1/2]

void XrdSysSemWait::Wait ( )
inline

◆ Wait() [2/2]

int XrdSysSemWait::Wait ( int  secs)
inline

Member Data Documentation

◆ semVal

int XrdSysSemWait::semVal
private

Referenced by CondWait(), Post(), Wait(), Wait(), and XrdSysSemWait().

◆ semVar

XrdSysCondVar XrdSysSemWait::semVar
private

Referenced by CondWait(), Post(), Wait(), and Wait().

◆ semWait

int XrdSysSemWait::semWait
private

Referenced by Post(), Wait(), Wait(), and XrdSysSemWait().


The documentation for this class was generated from the following file: