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