Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CTimer, including all inherited members.
AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) | CThread | inlineprotected |
Create(bool bAutoDelete=false) | CThread | protected |
CThread(const char *ThreadName) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | protected |
CTimer(ITimerCallback *callback) | CTimer | explicit |
CTimer(std::function< void()> const &callback) | CTimer | explicit |
GetCurrentThread() | CThread | protectedstatic |
GetCurrentThreadId() | CThread | inlineprotectedstatic |
GetElapsedMilliseconds() const | CTimer | |
GetElapsedSeconds() const | CTimer | |
IsAutoDelete() const | CThread | protected |
IsCurrentThread() const | CThread | protected |
IsRunning() const | CTimer | inline |
Join(std::chrono::milliseconds duration) | CThread | protected |
m_bStop | CThread | protected |
OnException() | CThread | inlineprotectedvirtual |
OnExit() | CThread | inlineprotectedvirtual |
OnStartup() | CThread | inlineprotectedvirtual |
Process() override | CTimer | protectedvirtual |
Restart() | CTimer | |
RestartAsync(std::chrono::milliseconds timeout) | CTimer | |
SetPriority(const ThreadPriority &priority) | CThread | protected |
Sleep(std::chrono::duration< Rep, Period > duration) | CThread | inlineprotected |
Start(std::chrono::milliseconds timeout, bool interval=false) | CTimer | |
Stop(bool wait=false) | CTimer | |
StopThread(bool bWait=true) | CThread | protectedvirtual |
WAIT_INTERRUPTED enum value | CThread | protected |
WAIT_SIGNALED enum value | CThread | protected |
WAIT_TIMEDOUT enum value | CThread | protected |
WaitResponse enum name | CThread | protected |
~CThread() | CThread | protectedvirtual |
~CTimer() override | CTimer |