Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CWinEventsTVOS, including all inherited members.
AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) | CThread | inlineprotected |
Create(bool bAutoDelete=false) | CThread | |
CThread(const char *ThreadName) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | |
CWinEventsTVOS() | CWinEventsTVOS | |
GetCurrentThread() | CThread | static |
GetCurrentThreadId() | CThread | inlinestatic |
GetQueueSize() | CWinEventsTVOS | |
IsAutoDelete() const | CThread | |
IsCurrentThread() const | CThread | |
IsRunning() const | CThread | |
Join(std::chrono::milliseconds duration) | CThread | |
m_bStop | CThread | protected |
MessagePump() | CWinEventsTVOS | virtual |
MessagePush(XBMC_Event *newEvent) | CWinEventsTVOS | |
OnException() | CThread | inlinevirtual |
OnExit() | CThread | inlineprotectedvirtual |
OnStartup() | CThread | inlineprotectedvirtual |
Process() | CThread | protectedvirtual |
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 |
~CThread() | CThread | virtual |
~CWinEventsTVOS() | CWinEventsTVOS | |
~IWinEvents()=default | IWinEvents | virtual |