#include <XrdSysPthread.hh>
Inheritance diagram for XrdSysMutex:
Public Member Functions | |
int | CondLock () |
void | Lock () |
void | UnLock () |
XrdSysMutex () | |
~XrdSysMutex () | |
Protected Attributes | |
pthread_mutex_t | cs |
XrdSysMutex::XrdSysMutex | ( | ) | [inline] |
XrdSysMutex::~XrdSysMutex | ( | ) | [inline] |
int XrdSysMutex::CondLock | ( | ) | [inline] |
void XrdSysMutex::Lock | ( | ) | [inline] |
void XrdSysMutex::UnLock | ( | ) | [inline] |
pthread_mutex_t XrdSysMutex::cs [protected] |