xrootd
|
#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 |
|
inline |
|
inline |
|
inline |
References XrdSysCondVar::Lock(), semVal, semVar, and XrdSysCondVar::UnLock().
|
inline |
References XrdSysCondVar::Lock(), semVal, semVar, semWait, XrdSysCondVar::Signal(), and XrdSysCondVar::UnLock().
|
inline |
References XrdSysCondVar::Lock(), semVal, semVar, semWait, XrdSysCondVar::UnLock(), and XrdSysCondVar::Wait().
|
inline |
References XrdSysCondVar::Lock(), semVal, semVar, semWait, XrdSysCondVar::UnLock(), and XrdSysCondVar::Wait().
|
private |
Referenced by CondWait(), Post(), Wait(), and XrdSysSemWait().
|
private |
Referenced by CondWait(), Post(), and Wait().
|
private |
Referenced by Post(), Wait(), and XrdSysSemWait().