Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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
GetElapsedMilliseconds() constCTimer
GetElapsedSeconds() constCTimer
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 ThreadPriority &priority)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