Go to the source code of this file.
Namespaces | |
namespace | Threading |
Namespace offering helpers and types useful for multithreading. | |
Enumerations | |
enum | Threading::EEventStatus { Threading::eEventSuccess, Threading::eEventTimeout } |
enum | Threading::EMutexStatus { Threading::eMutexSuccess, Threading::eMutexBusy, Threading::eMutexError } |
Functions | |
void | Threading::SleepThread (int nMS) |
void | Threading::YieldThread () |
Variables | |
const int | Threading::WAIT_INFINITE = -1 |