![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CLanguageInvokerThread, including all inherited members.
AbortableWait(CEvent &event, int timeoutMillis=-1) | CThread | inlineprotected |
CLanguageInvokerThread(LanguageInvokerPtr invoker, CScriptInvocationManager *invocationManager, bool reuseable) | CLanguageInvokerThread | |
Create(bool bAutoDelete=false, unsigned stacksize=0) | CThread | protected |
CThread(const char *ThreadName) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | protected |
Execute(const std::string &script, const std::vector< std::string > &arguments=std::vector< std::string >()) | ILanguageInvoker | virtual |
execute(const std::string &script, const std::vector< std::string > &arguments) override | CLanguageInvokerThread | protectedvirtual |
GetAbsoluteUsage() | CThread | protected |
GetAddon() const | ILanguageInvoker | inline |
GetCurrentThread() | CThread | protectedstatic |
GetCurrentThreadId() | CThread | protectedstatic |
GetDisplayThreadId(const ThreadIdentifier tid) | CThread | protectedstatic |
GetId() const | ILanguageInvoker | inline |
GetInvoker() const | CLanguageInvokerThread | inline |
GetMaxPriority(void) | CThread | protected |
GetMinPriority(void) | CThread | protected |
GetNormalPriority(void) | CThread | protected |
GetPriority(void) | CThread | protected |
GetRelativeUsage() | CThread | protected |
GetSchedRRPriority(void) | CThread | protected |
GetScript() const | CLanguageInvokerThread | inline |
GetState() const | CLanguageInvokerThread | virtual |
ILanguageInvoker(ILanguageInvocationHandler *invocationHandler) | ILanguageInvoker | explicit |
IsActive() const | ILanguageInvoker | |
IsAutoDelete() const | CThread | protected |
IsCurrentThread() const | CThread | protected |
IsCurrentThread(const ThreadIdentifier tid) | CThread | protectedstatic |
ILanguageInvoker::IsRunning() const | ILanguageInvoker | |
CThread::IsRunning() const | CThread | protected |
IsStopping() const | ILanguageInvoker | virtual |
m_addon | ILanguageInvoker | protected |
m_bStop | CThread | protected |
onAbortRequested() | ILanguageInvoker | protectedvirtual |
OnException() override | CLanguageInvokerThread | protectedvirtual |
onExecutionDone() | ILanguageInvoker | protectedvirtual |
onExecutionFailed() | ILanguageInvoker | protectedvirtual |
onExecutionFinalized() | ILanguageInvoker | protectedvirtual |
onExecutionInitialized() | ILanguageInvoker | protectedvirtual |
OnExit() override | CLanguageInvokerThread | protectedvirtual |
OnStartup() override | CLanguageInvokerThread | protectedvirtual |
Process() override | CLanguageInvokerThread | protectedvirtual |
pulseGlobalEvent() | ILanguageInvoker | protectedvirtual |
Release() | CLanguageInvokerThread | virtual |
Reset() | ILanguageInvoker | inline |
Reuseable(const std::string &script) const | CLanguageInvokerThread | inline |
SetAddon(const ADDON::AddonPtr &addon) | ILanguageInvoker | inline |
SetId(int id) | ILanguageInvoker | inline |
SetPriority(const int iPriority) | CThread | protected |
SetPrioritySched_RR(int iPriority) | CThread | protected |
setState(InvokerState state) | ILanguageInvoker | protected |
Sleep(unsigned int milliseconds) | CThread | protected |
Stop(bool abort=false) | ILanguageInvoker | virtual |
stop(bool wait) override | CLanguageInvokerThread | protectedvirtual |
StopThread(bool bWait=true) | CThread | protectedvirtual |
WAIT_INTERRUPTED enum value | CThread | protected |
WAIT_SIGNALED enum value | CThread | protected |
WAIT_TIMEDOUT enum value | CThread | protected |
WaitForThreadExit(unsigned int milliseconds) | CThread | protected |
WaitResponse enum name | CThread | protected |
~CLanguageInvokerThread() override | CLanguageInvokerThread | |
~CThread() | CThread | protectedvirtual |
~ILanguageInvoker() | ILanguageInvoker | virtual |