Namespace offering helpers and types useful for multithreading. More...
Enumerations | |
enum | EEventStatus { eEventSuccess, eEventTimeout } |
enum | EMutexStatus { eMutexSuccess, eMutexBusy, eMutexError } |
Functions | |
void | SleepThread (int nMS) |
void | YieldThread () |
Variables | |
const int | WAIT_INFINITE = -1 |
Namespace offering helpers and types useful for multithreading.
Enumerator | |
---|---|
eEventSuccess | |
eEventTimeout |
Definition at line 70 of file Threading.h.
Enumerator | |
---|---|
eMutexSuccess | |
eMutexBusy | |
eMutexError |
Definition at line 62 of file Threading.h.
void Threading::SleepThread | ( | int | nMS | ) |
Definition at line 84 of file Threading.cpp.
void Threading::YieldThread | ( | ) |
Definition at line 67 of file Threading.cpp.
const int Threading::WAIT_INFINITE = -1 |
Definition at line 59 of file Threading.h.