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.
Definition at line 70 of file Threading.h.
Definition at line 62 of file Threading.h.
void Threading::SleepThread | ( | int | nMS | ) |
Definition at line 84 of file Threading.cpp.
Definition at line 67 of file Threading.cpp.
const int Threading::WAIT_INFINITE = -1 |
Definition at line 59 of file Threading.h.