|
MLIB
|
Currently executing thread object. More...
#include <thread.h>
Public Member Functions | |
| DWORD | id () const |
| Return ID of current thread. | |
| HANDLE | handle () const |
| Return handle of current thread. | |
| int | priority () |
| Return priority of current thread. | |
| void | priority (int pri) |
| set priority of current thread | |
Currently executing thread object.
Useful for accessing properties like id, handle, priority etc.
|
inline |
Return priority of current thread.
Return priority current thread.
|
inline |
set priority of current thread
Set priority of current thread.