|
XRootD
|
#include <XrdClStream.hh>
Collaboration diagram for XrdCl::StreamMutexHelper:Public Member Functions | |
| StreamMutexHelper (StreamMutex &sm) | |
| StreamMutexHelper (StreamMutex &sm, const std::function< void()> &func, bool &isclosing) | |
| StreamMutexHelper (StreamMutex &sm, uint16_t idx, bool &isclosing) | |
| ~StreamMutexHelper () | |
| void | UnLock () |
Public Attributes | |
| StreamMutex * | mtx |
|
inline |
Definition at line 132 of file XrdClStream.hh.
References XrdCl::StreamMutex::Lock(), and mtx.
Here is the call graph for this function:
|
inline |
Definition at line 137 of file XrdClStream.hh.
References XrdCl::StreamMutex::Lock(), and mtx.
Here is the call graph for this function:
|
inline |
Definition at line 144 of file XrdClStream.hh.
References XrdCl::StreamMutex::Lock(), and mtx.
Here is the call graph for this function:
|
inline |
Definition at line 151 of file XrdClStream.hh.
References UnLock().
Here is the call graph for this function:
|
inline |
Definition at line 156 of file XrdClStream.hh.
References mtx, and XrdCl::StreamMutex::UnLock().
Referenced by ~StreamMutexHelper(), XrdCl::Stream::OnError(), XrdCl::Stream::OnReadTimeout(), XrdCl::Stream::OnReadyToWrite(), and XrdCl::Stream::Tick().
Here is the call graph for this function:
Here is the caller graph for this function:| StreamMutex* XrdCl::StreamMutexHelper::mtx |
Definition at line 163 of file XrdClStream.hh.
Referenced by StreamMutexHelper(), and UnLock().