Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CJobWorker, including all inherited members.
AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) | CThread | inlineprotected |
CJobWorker(CJobManager *manager) | CJobWorker | explicit |
Create(bool bAutoDelete=false) | CThread | |
CThread(const char *ThreadName) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | |
GetCurrentThread() | CThread | static |
GetCurrentThreadId() | CThread | inlinestatic |
IsAutoDelete() const | CThread | |
IsCurrentThread() const | CThread | |
IsRunning() const | CThread | |
Join(std::chrono::milliseconds duration) | CThread | |
m_bStop | CThread | protected |
OnException() | CThread | inlinevirtual |
OnExit() | CThread | inlineprotectedvirtual |
OnStartup() | CThread | inlineprotectedvirtual |
Process() override | CJobWorker | virtual |
SetPriority(const ThreadPriority &priority) | CThread | |
Sleep(std::chrono::duration< Rep, Period > duration) | CThread | inline |
StopThread(bool bWait=true) | CThread | virtual |
WAIT_INTERRUPTED enum value | CThread | protected |
WAIT_SIGNALED enum value | CThread | protected |
WAIT_TIMEDOUT enum value | CThread | protected |
WaitResponse enum name | CThread | protected |
~CJobWorker() override | CJobWorker | |
~CThread() | CThread | virtual |