ZenLib::Thread Class Reference
Thread manipulation.
More...
#include <Thread.h>
List of all members.
Detailed Description
Thread manipulation.
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: