Public Member Functions | |
barrier_t (XrdSysSemaphore &sem) | |
~barrier_t () | |
Destructor. | |
XrdSysSemaphore & | get () |
Barrier for synchronizing the asynchronous execution of actions It is actually a wrapper around semaphore.
Definition at line 190 of file XrdClReplay.cc.
|
inline |
Constructor
sem | : the semaphore |
Definition at line 197 of file XrdClReplay.cc.
|
inline |
|
inline |
Definition at line 207 of file XrdClReplay.cc.