#include <XrdSysPthread.hh>
Public Member Functions | |
XrdSysCondVar (int relm=1, const char *cid=0) | |
~XrdSysCondVar () | |
void | Broadcast () |
void | Lock () |
void | Signal () |
void | UnLock () |
int | Wait () |
int | Wait (int sec) |
int | WaitMS (int msec) |
Definition at line 78 of file XrdSysPthread.hh.
|
inline |
Definition at line 100 of file XrdSysPthread.hh.
|
inline |
Definition at line 106 of file XrdSysPthread.hh.
|
inline |
Definition at line 89 of file XrdSysPthread.hh.
|
inline |
Definition at line 82 of file XrdSysPthread.hh.
Referenced by XrdSysCondVarHelper::XrdSysCondVarHelper(), XrdCmsClientMsg::Alloc(), XrdSysCondVarHelper::Lock(), XrdPfc::IOFileBlock::Read(), XrdLink::Terminate(), Wait(), and WaitMS().
|
inline |
Definition at line 84 of file XrdSysPthread.hh.
Referenced by XrdPfc::IOFileBlock::Read(), XrdCmsClientMsg::Reply(), and XrdTlsFlush::Setup_Flusher().
|
inline |
Definition at line 94 of file XrdSysPthread.hh.
Referenced by XrdPfc::IOFileBlock::Read(), XrdCmsClientMsg::Reply(), XrdLink::Terminate(), Wait(), and WaitMS().
int XrdSysCondVar::Wait | ( | ) |
Definition at line 99 of file XrdSysPthread.cc.
References Lock(), and UnLock().
Referenced by XrdTlsFlush::Flusher(), XrdPfc::IOFileBlock::Read(), and XrdLink::Terminate().
int XrdSysCondVar::Wait | ( | int | sec | ) |
Definition at line 113 of file XrdSysPthread.cc.
References WaitMS().
int XrdSysCondVar::WaitMS | ( | int | msec | ) |
Definition at line 119 of file XrdSysPthread.cc.
References Lock(), and UnLock().
Referenced by Wait().