|
XRootD
|
#include <XrdSysPthread.hh>
Inheritance diagram for XrdSysRecMutex:
Collaboration diagram for XrdSysRecMutex:Public Member Functions | |
| XrdSysRecMutex () | |
| int | InitRecMutex () |
| int | ReInitRecMutex () |
Public Member Functions inherited from XrdSysMutex | |
| XrdSysMutex () | |
| ~XrdSysMutex () | |
| int | CondLock () |
| void | Lock () |
| int | TimedLock (int wait_ms) |
| void | UnLock () |
Additional Inherited Members | |
Protected Attributes inherited from XrdSysMutex | |
| pthread_mutex_t | cs |
Definition at line 241 of file XrdSysPthread.hh.
| XrdSysRecMutex::XrdSysRecMutex | ( | ) |
Definition at line 366 of file XrdSysPthread.cc.
References InitRecMutex().
Here is the call graph for this function:| int XrdSysRecMutex::InitRecMutex | ( | ) |
Definition at line 371 of file XrdSysPthread.cc.
References XrdSysMutex::cs.
Referenced by XrdSysRecMutex(), and ReInitRecMutex().
Here is the caller graph for this function:| int XrdSysRecMutex::ReInitRecMutex | ( | ) |
Definition at line 389 of file XrdSysPthread.cc.
References XrdSysMutex::cs, and InitRecMutex().
Here is the call graph for this function: