Thread manipulation.
More...
#include <Thread.h>
|
| void | Sleep (std::size_t Millisecond) |
| |
| void | Yield () |
| |
| Enumerator |
|---|
| Ok |
|
| IsNotRunning |
|
| Incoherent |
|
| Resource |
|
| ZenLib::Thread::Thread |
( |
| ) |
|
| virtual ZenLib::Thread::~Thread |
( |
| ) |
|
|
virtual |
| virtual void ZenLib::Thread::Entry |
( |
| ) |
|
|
virtual |
| bool ZenLib::Thread::IsExited |
( |
| ) |
|
| bool ZenLib::Thread::IsRunning |
( |
| ) |
|
| bool ZenLib::Thread::IsTerminating |
( |
| ) |
|
| void ZenLib::Thread::Priority_Set |
( |
int8s |
Priority | ) |
|
| void ZenLib::Thread::Sleep |
( |
std::size_t |
Millisecond | ) |
|
|
protected |
| void ZenLib::Thread::Yield |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: