#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|