#include <KviThread.h>
|
static void | msleep (unsigned long msec) |
|
static void | sleep (unsigned long sec) |
|
static void | usleep (unsigned long usec) |
|
◆ KviThread()
◆ ~KviThread()
KviThread::~KviThread |
( |
| ) |
|
|
virtual |
◆ exit()
◆ internalThreadRun_doNotTouchThis()
void KviThread::internalThreadRun_doNotTouchThis |
( |
| ) |
|
◆ isRunning()
bool KviThread::isRunning |
( |
| ) |
|
◆ isStartingUp()
bool KviThread::isStartingUp |
( |
| ) |
|
◆ msleep()
void KviThread::msleep |
( |
unsigned long | msec | ) |
|
|
static |
◆ postEvent()
void KviThread::postEvent |
( |
QObject * | o, |
|
|
QEvent * | e ) |
|
protectedvirtual |
References e, g_pThreadManager, and o.
Referenced by DccChatThread::handleIncomingData(), DccVideoThread::handleIncomingData(), DccThread::postErrorEvent(), KviIdentDaemon::postMessage(), DccRecvThread::postMessageEvent(), DccThread::postMessageEvent(), DccRecvThread::run(), DccSendThread::run(), KviIdentDaemon::run(), KviSoundThread::run(), DccVideoThread::startPlaying(), DccVoiceThread::startPlaying(), DccVideoThread::startRecording(), DccVoiceThread::startRecording(), DccVideoThread::stopPlaying(), DccVoiceThread::stopPlaying(), DccVideoThread::stopRecording(), DccVoiceThread::stopRecording(), and DccVideoThread::videoStep().
◆ run()
virtual void KviThread::run |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ setRunning()
void KviThread::setRunning |
( |
bool | bRunning | ) |
|
|
private |
◆ setStartingUp()
void KviThread::setStartingUp |
( |
bool | bStartingUp | ) |
|
|
private |
◆ sleep()
void KviThread::sleep |
( |
unsigned long | sec | ) |
|
|
static |
◆ start()
bool KviThread::start |
( |
| ) |
|
◆ usleep()
void KviThread::usleep |
( |
unsigned long | usec | ) |
|
|
static |
◆ wait()
◆ m_bRunning
bool KviThread::m_bRunning |
|
private |
◆ m_bStartingUp
bool KviThread::m_bStartingUp |
|
private |
◆ m_pLocalEventQueue
◆ m_pRunningMutex
◆ m_thread
kvi_thread_t KviThread::m_thread |
|
private |
The documentation for this class was generated from the following files: