#include "threadutil.h"#include <opie2/odebug.h>#include <qsocketnotifier.h>#include <pthread.h>#include <assert.h>#include <unistd.h>#include <errno.h>Include dependency graph for threadutil.cpp:

Go to the source code of this file.
Functions | |
| WaitCondition::WaitCondition () | |
| WaitCondition::~WaitCondition () | |
| bool | WaitCondition::wait () |
| bool | WaitCondition::wait (Mutex &mutex) |
| void | WaitCondition::wakeOne () |
| void | WaitCondition::wakeAll () |
| static void | terminate_thread (void *arg) |
| static void * | start_thread (void *arg) |
| Thread::Thread () | |
| Thread::~Thread () | |
| void | Thread::start () |
| void | Thread::terminate () |
| bool | Thread::wait () |
| bool | Thread::isRunning () const |
| void | Thread::exit () |
|
|
Definition at line 157 of file threadutil.cpp. References data, ThreadUtil::Thread::exit(), Thread::Data::isRunning, Thread::Data::run(), and terminate_thread(). Referenced by Thread::start(). |
|
|
Definition at line 146 of file threadutil.cpp. References assert, data, Thread::Data::finishCondition, Thread::Data::guard, Thread::Data::isRunning, and ThreadUtil::WaitCondition::wakeAll(). Referenced by start_thread(). |
|
|
Definition at line 231 of file threadutil.cpp. |
|
|
Definition at line 225 of file threadutil.cpp. References ThreadUtil::Thread::d. |
|
|
Definition at line 186 of file threadutil.cpp. References attributes, ThreadUtil::Thread::d, odebug, oendl, and start_thread(). |
|
|
Definition at line 207 of file threadutil.cpp. References ThreadUtil::Thread::d. |
|
|
Definition at line 174 of file threadutil.cpp. References d. |
|
|
Definition at line 216 of file threadutil.cpp. References ThreadUtil::Thread::d. |
|
|
Definition at line 180 of file threadutil.cpp. References assert, ThreadUtil::Thread::d, and Thread::~Thread(). Referenced by Thread::~Thread(). |
|
|
Definition at line 112 of file threadutil.cpp. References ThreadUtil::Mutex::d, and ThreadUtil::WaitCondition::d. |
|
|
Definition at line 105 of file threadutil.cpp. References ThreadUtil::Mutex::lock(), and ThreadUtil::WaitCondition::wait(). |
|
|
Definition at line 95 of file threadutil.cpp. |
|
|
Definition at line 122 of file threadutil.cpp. References ThreadUtil::WaitCondition::d. |
|
|
Definition at line 117 of file threadutil.cpp. References ThreadUtil::WaitCondition::d. |
|
|
Definition at line 100 of file threadutil.cpp. References ThreadUtil::WaitCondition::d, and WaitCondition::~WaitCondition(). Referenced by WaitCondition::~WaitCondition(). |
1.4.2