|
IVT
|
Namespace offering helpers and types useful for multithreading. More...
Enumerations | |
| enum | EMutexStatus { eMutexSuccess, eMutexBusy, eMutexError } |
| enum | EEventStatus { eEventSuccess, eEventTimeout } |
Functions | |
| void | YieldThread () |
| void | SleepThread (int nMS) |
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.