|
xrootd
|
#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().
Referenced by XrdMonDecSink::add(), XrdMonBufferedOutput::add(), XrdMonDecSink::addDictId(), XrdMonDecSink::addUserDisconnect(), XrdMonDecSink::addUserId(), XrdMonDecSink::closeFile(), XrdMonCtrBuffer::collectStats(), XrdOucProg::Feed(), XrdMonBufferedOutput::flush(), XrdMonDecSink::flushClosedDicts(), XrdMonDecSink::flushUserCache(), XrdNetDNS::getHostName(), XrdOssMio::Map(), XrdMonDecSink::openFile(), XrdMonCtrWriter::operator()(), XrdLink::Peek(), XrdMonCtrBuffer::pop_front(), XrdMonCtrBuffer::printList(), XrdMonCtrBuffer::push_back(), XrdLink::Recv(), XrdMonDecSink::reset(), XrdOssSys::Stage_RT(), and XrdMonDecSink::~XrdMonDecSink().
| void XrdSysMutexHelper::UnLock | ( | ) | [inline] |
References mtx, and XrdSysMutex::UnLock().
Referenced by XrdOssSys::Stage_RT(), and ~XrdSysMutexHelper().
XrdSysMutex* XrdSysMutexHelper::mtx [private] |
Referenced by Lock(), UnLock(), XrdSysMutexHelper(), and ~XrdSysMutexHelper().
1.7.3