#include <XrdSysSemWait.hh>
Collaboration diagram for XrdSysSemWait:
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] |
void XrdSysSemWait::Post | ( | ) | [inline] |
int XrdSysSemWait::Wait | ( | int | secs | ) | [inline] |
void XrdSysSemWait::Wait | ( | ) | [inline] |
int XrdSysSemWait::semVal [private] |
XrdSysCondVar XrdSysSemWait::semVar [private] |
int XrdSysSemWait::semWait [private] |