kodi
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
IThreadImpl Class Referenceabstract
Inheritance diagram for IThreadImpl:
Inheritance graph
[legend]

Public Member Functions

virtual void SetThreadInfo (const std::string &name)=0
 Set the thread name and other info (platform dependent)
 
virtual bool SetPriority (const ThreadPriority &priority)=0
 Set the thread priority via the native threading library.
 

Static Public Member Functions

static std::unique_ptr< IThreadImplCreateThreadImpl (std::thread::native_handle_type handle)
 

Protected Member Functions

 IThreadImpl (std::thread::native_handle_type handle)
 

Protected Attributes

std::thread::native_handle_type m_handle
 

The documentation for this class was generated from the following files: