#include <XrdSysPthread.hh>
| XrdSysCondVar::XrdSysCondVar |
( |
int |
relm = 1, |
|
|
const char * |
cid = 0 |
|
) |
| |
|
inline |
| XrdSysCondVar::~XrdSysCondVar |
( |
| ) |
|
|
inline |
| void XrdSysCondVar::Broadcast |
( |
| ) |
|
|
inline |
| void XrdSysCondVar::Lock |
( |
| ) |
|
|
inline |
| void XrdSysCondVar::Signal |
( |
| ) |
|
|
inline |
| void XrdSysCondVar::UnLock |
( |
| ) |
|
|
inline |
| int XrdSysCondVar::Wait |
( |
| ) |
|
| int XrdSysCondVar::Wait |
( |
int |
sec | ) |
|
| int XrdSysCondVar::WaitMS |
( |
int |
msec | ) |
|
| pthread_mutex_t XrdSysCondVar::cmut |
|
private |
| const char* XrdSysCondVar::condID |
|
private |
| pthread_cond_t XrdSysCondVar::cvar |
|
private |
| int XrdSysCondVar::relMutex |
|
private |
The documentation for this class was generated from the following file: