#include </home/clem/local/src/opie/noncore/multimedia/opieplayer2/threadutil.h>
Collaboration diagram for ThreadUtil::WaitCondition:

Public Member Functions | |
| WaitCondition () | |
| ~WaitCondition () | |
| bool | wait () |
| bool | wait (Mutex &mutex) |
| void | wakeOne () |
| void | wakeAll () |
Private Member Functions | |
| WaitCondition (const WaitCondition &) | |
| WaitCondition & | operator= (const WaitCondition &) |
Private Attributes | |
| Data * | d |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by ThreadUtil::Channel::send(), and WaitCondition::wait(). |
|
|
Referenced by terminate_thread(). |
|
|
Referenced by ThreadUtil::ChannelMessage::reply(). |
|
|
Definition at line 77 of file threadutil.h. Referenced by WaitCondition::wait(), WaitCondition::wakeAll(), WaitCondition::wakeOne(), and WaitCondition::~WaitCondition(). |
1.4.2