Thread manipulation.
More...
#include <Thread.h>
Protected Member Functions |
void | Sleep (std::size_t Millisecond) |
void | Yield () |
Detailed Description
Member Enumeration Documentation
- Enumerator:
Ok |
|
IsNotRunning |
|
Incoherent |
|
Resource |
|
Constructor & Destructor Documentation
ZenLib::Thread::Thread |
( |
| ) |
|
virtual ZenLib::Thread::~Thread |
( |
| ) |
|
|
virtual |
Member Function Documentation
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: