#include <thread.hpp>
|
static void | sleep (long ms) |
|
|
virtual int | Run (void *arg) |
|
◆ thread() [1/2]
◆ thread() [2/2]
◆ ~thread()
◆ attach()
void std::thread::attach |
( |
thread_func |
lpThreadStartRoutine | ) |
|
◆ detach()
void std::thread::detach |
( |
void |
| ) |
|
◆ EntryPoint()
static void* std::thread::EntryPoint |
( |
void * |
pArg | ) |
|
|
staticprotected |
◆ exit()
int std::thread::exit |
( |
| ) |
|
◆ get_pid()
uint64_t std::thread::get_pid |
( |
| ) |
|
◆ get_retCode()
uint32_t std::thread::get_retCode |
( |
| ) |
|
|
inline |
56 {
return m_errorCode; }
◆ handle()
60 {
return m_ThreadCtx; }
◆ join()
int std::thread::join |
( |
| ) |
|
◆ Run()
virtual int std::thread::Run |
( |
void * |
arg | ) |
|
|
protectedvirtual |
◆ sleep()
static void std::thread::sleep |
( |
long |
ms | ) |
|
|
static |
◆ start()
int std::thread::start |
( |
void * |
arg = NULL | ) |
|
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: