xrootd
|
#include <XrdSysPthread.hh>
Public Member Functions | |
void | Signal () |
void | Broadcast () |
int | Wait () |
bool | Wait (int sec) |
bool | WaitMS (int msec) |
XrdSysCondVar2 (XrdSysMutex &mtx) | |
~XrdSysCondVar2 () | |
Protected Attributes | |
pthread_cond_t | cvar |
pthread_mutex_t * | mtxP |
|
inline |
References cvar.
|
inline |
References cvar.
|
inline |
References cvar.
|
inline |
References cvar.
|
inline |
References WaitMS().
bool XrdSysCondVar2::WaitMS | ( | int | msec | ) |
Referenced by Wait().
|
protected |
Referenced by Broadcast(), Signal(), Wait(), XrdSysCondVar2(), and ~XrdSysCondVar2().
|
protected |
Referenced by Wait().