#include <PthCond.hh>
Public Member Functions | |
| clPthCond () | |
| ~clPthCond () | |
| void | Wait (pth_mutex_t *pthmCond) |
| void | Wait (pth_mutex_t *pthmCond, pth_event_t ptheCond) |
| void | Notify (int iNotifyAll) |
Private Attributes | |
| pth_cond_t | pthcCond |
|
|
Definition at line 33 of file PthCond.hh. References pthcCond. |
|
|
Definition at line 34 of file PthCond.hh. |
|
|
Definition at line 35 of file PthCond.hh. References pthcCond. |
|
||||||||||||
|
Definition at line 37 of file PthCond.hh. References pthcCond. |
|
|
Definition at line 39 of file PthCond.hh. References pthcCond. |
|
|
Definition at line 31 of file PthCond.hh. Referenced by clPthCond(), Notify(), and Wait(). |
1.3.3