#include <MutexPT.hxx>

Public Member Functions | |
| ConditionPT () | |
| ~ConditionPT () | |
| void | notify_one () |
| void | notify_all () |
| void | wait (MutexPT &mutex) |
Private Attributes | |
| pthread_cond_t | _cond |
Definition at line 47 of file MutexPT.hxx.
| ConditionPT::ConditionPT | ( | ) |
Definition at line 46 of file MutexPT.cxx.
References _cond.
| ConditionPT::~ConditionPT | ( | ) |
Definition at line 51 of file MutexPT.cxx.
References _cond.
| void ConditionPT::notify_all | ( | ) |
Definition at line 61 of file MutexPT.cxx.
References _cond.
| void ConditionPT::notify_one | ( | ) |
Definition at line 56 of file MutexPT.cxx.
References _cond.
| void ConditionPT::wait | ( | MutexPT & | mutex | ) |
Definition at line 66 of file MutexPT.cxx.
References _cond, and YACS::BASES::MutexPT::_mutexDesc.
|
private |
Definition at line 56 of file MutexPT.hxx.
Referenced by ConditionPT(), notify_all(), notify_one(), wait(), and ~ConditionPT().