#include <IThreadImpl.h>
|
| std::thread::native_handle_type | m_handle |
| |
◆ ~IThreadImpl()
| virtual IThreadImpl::~IThreadImpl |
( |
| ) |
|
|
virtualdefault |
◆ IThreadImpl()
| IThreadImpl::IThreadImpl |
( |
std::thread::native_handle_type |
handle | ) |
|
|
inlineprotected |
◆ CreateThreadImpl()
| std::unique_ptr< IThreadImpl > IThreadImpl::CreateThreadImpl |
( |
std::thread::native_handle_type |
handle | ) |
|
|
static |
◆ SetPriority()
◆ SetThreadInfo()
| virtual void IThreadImpl::SetThreadInfo |
( |
const std::string & |
name | ) |
|
|
pure virtual |
◆ m_handle
| std::thread::native_handle_type IThreadImpl::m_handle |
|
protected |
The documentation for this class was generated from the following files: