#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] |
XrdSysSemaphore::~XrdSysSemaphore | ( | ) | [inline] |
int XrdSysSemaphore::CondWait | ( | ) | [inline] |
void XrdSysSemaphore::Post | ( | ) | [inline] |
void XrdSysSemaphore::Wait | ( | ) | [inline] |
sem_t XrdSysSemaphore::h_semaphore [private] |