#include <XrdSysPthread.hh>
|
| pthread_cond_t | cvar |
| |
| pthread_mutex_t * | mtxP |
| |
◆ XrdSysCondVar2()
◆ ~XrdSysCondVar2()
| XrdSysCondVar2::~XrdSysCondVar2 |
( |
| ) |
|
|
inline |
◆ Broadcast()
| void XrdSysCondVar2::Broadcast |
( |
| ) |
|
|
inline |
◆ Signal()
| void XrdSysCondVar2::Signal |
( |
| ) |
|
|
inline |
◆ Wait() [1/2]
| int XrdSysCondVar2::Wait |
( |
| ) |
|
|
inline |
◆ Wait() [2/2]
| bool XrdSysCondVar2::Wait |
( |
int |
sec | ) |
|
|
inline |
◆ WaitMS()
| bool XrdSysCondVar2::WaitMS |
( |
int |
msec | ) |
|
◆ cvar
| pthread_cond_t XrdSysCondVar2::cvar |
|
protected |
◆ mtxP
| pthread_mutex_t* XrdSysCondVar2::mtxP |
|
protected |
The documentation for this class was generated from the following file: