#include <ThreadImplWin.h>
◆ CThreadImplWin()
| CThreadImplWin::CThreadImplWin |
( |
std::thread::native_handle_type | handle | ) |
|
◆ ~CThreadImplWin()
| CThreadImplWin::~CThreadImplWin |
( |
| ) |
|
|
overridedefault |
◆ RevertTask()
| bool CThreadImplWin::RevertTask |
( |
| ) |
|
|
overridevirtual |
Revert the current thread to normal scheduling (platform dependent)
- Returns
- true for success, false for failure
Reimplemented from IThreadImpl.
◆ SetPriority()
Set the thread priority via the native threading library.
Implements IThreadImpl.
◆ SetTask()
Assign the current thread a task for OS scheduling (platform dependent)
- Parameters
-
- Returns
- true for success, false for failure
Reimplemented from 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: