xrootd
Public Member Functions | Private Attributes

XrdSysSemaphore Class Reference

#include <XrdSysPthread.hh>

List of all members.

Public Member Functions

int CondWait ()
void Post ()
void Wait ()
 XrdSysSemaphore (int semval=1, const char *=0)
 ~XrdSysSemaphore ()

Private Attributes

sem_t h_semaphore

Constructor & Destructor Documentation

XrdSysSemaphore::XrdSysSemaphore ( int  semval = 1,
const char *  = 0 
) [inline]

References h_semaphore.

XrdSysSemaphore::~XrdSysSemaphore ( ) [inline]

References h_semaphore.


Member Function Documentation

int XrdSysSemaphore::CondWait ( ) [inline]

References h_semaphore.

Referenced by XrdCmsRespCB::Init().

void XrdSysSemaphore::Post ( ) [inline]
void XrdSysSemaphore::Wait ( ) [inline]

Member Data Documentation


The documentation for this class was generated from the following file: