Thread manipulation.
More...
#include <Thread.h>
List of all members.
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 |
( |
size_t |
Millisecond | ) |
[protected] |
void ZenLib::Thread::Yield |
( |
| ) |
[protected] |
The documentation for this class was generated from the following file: