#include <llthread.h>
Inheritance diagram for LLCondition:
Public Member Functions | |
LLCondition (apr_pool_t *apr_poolp) | |
~LLCondition () | |
void | wait () |
void | signal () |
void | broadcast () |
Protected Attributes | |
apr_thread_cond_t * | mAPRCondp |
Definition at line 144 of file llthread.h.
LLCondition::LLCondition | ( | apr_pool_t * | apr_poolp | ) |
LLCondition::~LLCondition | ( | ) |
void LLCondition::broadcast | ( | ) |
void LLCondition::signal | ( | ) |
Definition at line 337 of file llthread.cpp.
References mAPRCondp.
Referenced by LLThread::wake(), and LLThread::wakeLocked().
void LLCondition::wait | ( | ) |
Definition at line 332 of file llthread.cpp.
References mAPRCondp, and LLMutex::mAPRMutexp.
Referenced by LLThread::checkPause().
apr_thread_cond_t* LLCondition::mAPRCondp [protected] |
Definition at line 155 of file llthread.h.
Referenced by broadcast(), LLCondition(), signal(), wait(), and ~LLCondition().