#include <XrdSysPthread.hh>

Public Member Functions | |
| void | Lock (XrdSysMutex *Mutex) |
| void | UnLock () |
| XrdSysMutexHelper (XrdSysMutex *mutex=0) | |
| XrdSysMutexHelper (XrdSysMutex &mutex) | |
| ~XrdSysMutexHelper () | |
Private Attributes | |
| XrdSysMutex * | mtx |
| XrdSysMutexHelper::XrdSysMutexHelper | ( | XrdSysMutex * | mutex = 0 |
) | [inline] |
References mtx.
| XrdSysMutexHelper::XrdSysMutexHelper | ( | XrdSysMutex & | mutex | ) | [inline] |
References XrdSysMutex::Lock(), and mtx.
| void XrdSysMutexHelper::Lock | ( | XrdSysMutex * | Mutex | ) | [inline] |
References XrdSysMutex::Lock(), mtx, and XrdSysMutex::UnLock().
| void XrdSysMutexHelper::UnLock | ( | ) | [inline] |
References mtx, and XrdSysMutex::UnLock().
Referenced by ~XrdSysMutexHelper().
XrdSysMutex* XrdSysMutexHelper::mtx [private] |
Referenced by Lock(), UnLock(), XrdSysMutexHelper(), and ~XrdSysMutexHelper().
1.6.1