#include <XrdSysSemWait.hh>
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 |
XrdSysSemWait::XrdSysSemWait | ( | int | semval = 1 , |
|
const char * | cid = 0 | |||
) | [inline] |
XrdSysSemWait::~XrdSysSemWait | ( | ) | [inline] |
int XrdSysSemWait::CondWait | ( | ) | [inline] |
References XrdSysCondVar::Lock(), semVal, semVar, and XrdSysCondVar::UnLock().
void XrdSysSemWait::Post | ( | ) | [inline] |
References XrdSysCondVar::Lock(), semVal, semVar, semWait, XrdSysCondVar::Signal(), and XrdSysCondVar::UnLock().
int XrdSysSemWait::Wait | ( | int | secs | ) | [inline] |
References XrdSysCondVar::Lock(), semVal, semVar, semWait, XrdSysCondVar::UnLock(), and XrdSysCondVar::Wait().
void XrdSysSemWait::Wait | ( | ) | [inline] |
References XrdSysCondVar::Lock(), semVal, semVar, semWait, XrdSysCondVar::UnLock(), and XrdSysCondVar::Wait().
int XrdSysSemWait::semVal [private] |
Referenced by CondWait(), Post(), Wait(), and XrdSysSemWait().
XrdSysCondVar XrdSysSemWait::semVar [private] |
Referenced by CondWait(), Post(), and Wait().
int XrdSysSemWait::semWait [private] |
Referenced by Post(), Wait(), and XrdSysSemWait().