#include <windows_hal.hpp>
|
class | WindowsThreadFactory |
|
Implements OSThread interface for windows
WindowsThread::WindowsThread |
( |
| ) |
|
|
inlineprotected |
Joins a terminated thread.
- Parameters
-
exit_code | [out] Thread's return code |
- Returns
- TRUE in case of success. FALSE otherwise.
Implements OSThread.
Starts a new thread.
- Parameters
-
function | Function to be started as a new thread |
arg | [in] Function's arguments |
- Returns
- TRUE if successfully started, FALSE otherwise.
Implements OSThread.
The documentation for this class was generated from the following file: