Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
CTimer Member List

This is the complete list of members for CTimer, including all inherited members.

AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1))CThreadinlineprotected
Create(bool bAutoDelete=false)CThreadprotected
CThread(const char *ThreadName)CThreadexplicitprotected
CThread(IRunnable *pRunnable, const char *ThreadName)CThreadprotected
CTimer(ITimerCallback *callback)CTimerexplicit
CTimer(std::function< void()> const &callback)CTimerexplicit
GetCurrentThread()CThreadprotectedstatic
GetCurrentThreadId()CThreadinlineprotectedstatic
GetCurrentThreadNativeHandle()CThreadprotectedstatic
GetCurrentThreadNativeId()CThreadprotectedstatic
GetElapsedMilliseconds() constCTimer
GetElapsedSeconds() constCTimer
GetMaxPriority(void)CThreadprotectedstatic
GetMinPriority(void)CThreadprotectedstatic
GetNormalPriority(void)CThreadprotectedstatic
GetPriority(void)CThreadprotected
IsAutoDelete() constCThreadprotected
IsCurrentThread() constCThreadprotected
IsRunning() constCTimerinline
Join(std::chrono::milliseconds duration)CThreadprotected
m_bStopCThreadprotected
OnException()CThreadinlineprotectedvirtual
OnExit()CThreadinlineprotectedvirtual
OnStartup()CThreadinlineprotectedvirtual
Process() overrideCTimerprotectedvirtual
Restart()CTimer
RestartAsync(std::chrono::milliseconds timeout)CTimer
SetPriority(const int iPriority)CThreadprotected
Sleep(std::chrono::duration< Rep, Period > duration)CThreadinlineprotected
Start(std::chrono::milliseconds timeout, bool interval=false)CTimer
Stop(bool wait=false)CTimer
StopThread(bool bWait=true)CThreadprotectedvirtual
WAIT_INTERRUPTED enum valueCThreadprotected
WAIT_SIGNALED enum valueCThreadprotected
WAIT_TIMEDOUT enum valueCThreadprotected
WaitResponse enum nameCThreadprotected
~CThread()CThreadprotectedvirtual
~CTimer() overrideCTimer