|
xrootd
|
#include <XrdSysPthread.hh>


Public Member Functions | |
| XrdSysRecMutex () | |
| int | InitRecMutex () |
| int | ReInitRecMutex () |
Public Member Functions inherited from XrdSysMutex | |
| int | CondLock () |
| int | TimedLock (int wait_ms) |
| void | Lock () |
| void | UnLock () |
| XrdSysMutex () | |
| ~XrdSysMutex () | |
Additional Inherited Members | |
Protected Attributes inherited from XrdSysMutex | |
| pthread_mutex_t | cs |
| XrdSysRecMutex::XrdSysRecMutex | ( | ) |
| int XrdSysRecMutex::InitRecMutex | ( | ) |
| int XrdSysRecMutex::ReInitRecMutex | ( | ) |
Referenced by XrdClientEnv::ReInitLock().