Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CThreadImplWin Class Reference

#include <ThreadImplWin.h>

Inheritance diagram for CThreadImplWin:
IThreadImpl

Public Member Functions

 CThreadImplWin (std::thread::native_handle_type handle)
 
 ~CThreadImplWin () override=default
 
void SetThreadInfo (const std::string &name) override
 Set the thread name and other info (platform dependent)
 
bool SetPriority (const ThreadPriority &priority) override
 Set the thread priority via the native threading library.
 
- Public Member Functions inherited from IThreadImpl
virtual ~IThreadImpl ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from IThreadImpl
static std::unique_ptr< IThreadImplCreateThreadImpl (std::thread::native_handle_type handle)
 
- Protected Member Functions inherited from IThreadImpl
 IThreadImpl (std::thread::native_handle_type handle)
 
- Protected Attributes inherited from IThreadImpl
std::thread::native_handle_type m_handle
 

Constructor & Destructor Documentation

◆ CThreadImplWin()

CThreadImplWin::CThreadImplWin ( std::thread::native_handle_type handle)

◆ ~CThreadImplWin()

CThreadImplWin::~CThreadImplWin ( )
overridedefault

Member Function Documentation

◆ SetPriority()

bool CThreadImplWin::SetPriority ( const ThreadPriority & priority)
overridevirtual

Set the thread priority via the native threading library.

Implements IThreadImpl.

◆ SetThreadInfo()

void CThreadImplWin::SetThreadInfo ( const std::string & name)
overridevirtual

Set the thread name and other info (platform dependent)

Implements IThreadImpl.


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