PLCnext API Documentation 25.0.2.69
Arp::System::Commons::Threading::Thread Member List

This is the complete list of members for Arp::System::Commons::Threading::Thread, including all inherited members.

CpuAffinityAllArp::System::Commons::Threading::Threadstatic
GetCpuAffinity(void) constArp::System::Commons::Threading::Thread
GetCurrentThread(void)Arp::System::Commons::Threading::Threadstatic
GetCurrentThreadId(void)Arp::System::Commons::Threading::Threadstatic
GetImpl(void)Arp::System::Commons::Threading::Thread
GetImpl(void) const (defined in Arp::System::Commons::Threading::Thread)Arp::System::Commons::Threading::Thread
GetName(void) constArp::System::Commons::Threading::Thread
GetPriority(void) constArp::System::Commons::Threading::Thread
GetStackSize(void) constArp::System::Commons::Threading::Thread
GetState() constArp::System::Commons::Threading::Thread
Interrupt(void)Arp::System::Commons::Threading::Thread
IsJoinable(void)Arp::System::Commons::Threading::Thread
IsRunning(void) constArp::System::Commons::Threading::Thread
Join(void)Arp::System::Commons::Threading::Thread
operator=(const Thread &arg)=deleteArp::System::Commons::Threading::Thread
operator=(Thread &&arg) noexceptArp::System::Commons::Threading::Thread
SetAsynchronousCancelability(bool enable)Arp::System::Commons::Threading::Threadstatic
SetCpuAffinity(size_t mask)Arp::System::Commons::Threading::Thread
SetName(const String &value)Arp::System::Commons::Threading::Thread
SetPriority(size_t value)Arp::System::Commons::Threading::Thread
SetStackSize(size_t value)Arp::System::Commons::Threading::Thread
Sleep(uint64 milliseconds)Arp::System::Commons::Threading::Threadstatic
Start(void)Arp::System::Commons::Threading::Thread
Terminate(void)Arp::System::Commons::Threading::Thread
Thread(TInstance &instance, TFunction fn, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(const TInstance &instance, TFunction fn, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(TInstance *pInstance, TFunction fn, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(const TInstance *pInstance, TFunction fn, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(ThreadStartDelegate &&threadStart, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinlineexplicit
Thread(ThreadStartFunction threadStart, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(const ThreadSettings &settings, TInstance &instance, TFunction fn, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(const ThreadSettings &settings, const TInstance &instance, TFunction fn, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(const ThreadSettings &settings, TInstance *pInstance, TFunction fn, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(const ThreadSettings &settings, const TInstance *pInstance, TFunction fn, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(ThreadSettings &settings, ThreadStartDelegate &&threadStart, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(ThreadSettings &settings, ThreadStartFunction threadStart, void *pStartParam=nullptr)Arp::System::Commons::Threading::Threadinline
Thread(const ThreadSettings &settings, ThreadStartDelegate &&threadStart, void *pStartParam=nullptr)Arp::System::Commons::Threading::Thread
Thread(const ThreadSettings &settings, ThreadStartFunction threadStart, void *pStartParam=nullptr)Arp::System::Commons::Threading::Thread
Thread(const Thread &arg)=deleteArp::System::Commons::Threading::Thread
Thread(Thread &&arg) noexceptArp::System::Commons::Threading::Thread
ThreadStartDelegate typedefArp::System::Commons::Threading::Thread
ThreadStartFunction typedefArp::System::Commons::Threading::Thread
~Thread(void)Arp::System::Commons::Threading::Thread