![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CAlarmClock, including all inherited members.
AbortableWait(CEvent &event, int timeoutMillis=-1) | CThread | inlineprotected |
CAlarmClock() | CAlarmClock | |
Create(bool bAutoDelete=false, unsigned stacksize=0) | CThread | |
CThread(const char *ThreadName) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | |
GetAbsoluteUsage() | CThread | |
GetCurrentThread() | CThread | static |
GetCurrentThreadId() | CThread | static |
GetDisplayThreadId(const ThreadIdentifier tid) | CThread | static |
GetMaxPriority(void) | CThread | |
GetMinPriority(void) | CThread | |
GetNormalPriority(void) | CThread | |
GetPriority(void) | CThread | |
GetRelativeUsage() | CThread | |
GetRemaining(const std::string &strName) | CAlarmClock | inline |
GetSchedRRPriority(void) | CThread | |
HasAlarm(const std::string &strName) | CAlarmClock | inline |
IsAutoDelete() const | CThread | |
IsCurrentThread() const | CThread | |
IsCurrentThread(const ThreadIdentifier tid) | CThread | static |
IsRunning() const | CAlarmClock | inline |
m_bStop | CThread | protected |
OnException() | CThread | inlinevirtual |
OnExit() | CThread | inlineprotectedvirtual |
OnStartup() | CThread | inlineprotectedvirtual |
Process() override | CAlarmClock | virtual |
SetPriority(const int iPriority) | CThread | |
SetPrioritySched_RR(int iPriority) | CThread | |
Sleep(unsigned int milliseconds) | CThread | |
Start(const std::string &strName, float n_secs, const std::string &strCommand, bool bSilent=false, bool bLoop=false) | CAlarmClock | |
Stop(const std::string &strName, bool bSilent=false) | CAlarmClock | |
StopThread(bool bWait=true) | CThread | virtual |
WAIT_INTERRUPTED enum value | CThread | protected |
WAIT_SIGNALED enum value | CThread | protected |
WAIT_TIMEDOUT enum value | CThread | protected |
WaitForThreadExit(unsigned int milliseconds) | CThread | |
WaitResponse enum name | CThread | protected |
~CAlarmClock() override | CAlarmClock | |
~CThread() | CThread | virtual |