#include <XrdSysPthread.hh>
Public Member Functions | |
| int | CondWait () |
| void | Post () |
| void | Wait () |
| XrdSysSemaphore (int semval=1, const char *=0) | |
| ~XrdSysSemaphore () | |
Private Attributes | |
| sem_t | h_semaphore |
| XrdSysSemaphore::XrdSysSemaphore | ( | int | semval = 1, |
|
| const char * | = 0 | |||
| ) | [inline] |
References h_semaphore.
| XrdSysSemaphore::~XrdSysSemaphore | ( | ) | [inline] |
References h_semaphore.
| int XrdSysSemaphore::CondWait | ( | ) | [inline] |
References h_semaphore.
| void XrdSysSemaphore::Post | ( | ) | [inline] |
References h_semaphore.
Referenced by XrdOucCallBack::Done().
| void XrdSysSemaphore::Wait | ( | ) | [inline] |
References h_semaphore.
sem_t XrdSysSemaphore::h_semaphore [private] |
Referenced by CondWait(), Post(), Wait(), XrdSysSemaphore(), and ~XrdSysSemaphore().
1.6.1