#include <XrdSysSemWait.hh>
Definition at line 34 of file XrdSysSemWait.hh.
◆ XrdSysSemWait()
XrdSysSemWait::XrdSysSemWait |
( |
int | semval = 1, |
|
|
const char * | cid = 0 ) |
|
inline |
Definition at line 109 of file XrdSysSemWait.hh.
109 : semVar(0, cid) {
110 semVal = semval; semWait = 0;
111 }
◆ ~XrdSysSemWait()
XrdSysSemWait::~XrdSysSemWait |
( |
| ) |
|
|
inline |
◆ 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 |
The documentation for this class was generated from the following file: