Classes | |
| class | Thread |
| Abstraction of a thread. More... | |
| class | ThreadLocalStorage |
| Abstraction of a thread local storage. More... | |
Enumerations | |
| enum | DefaultStackSizeConst { DefaultStackSize } |
| Default statck size. More... | |
| enum | ThreadPriority { PriorityHighest, PriorityAboveNormal, PriorityNormal, PriorityBelowNormal, PriorityLowest } |
| Thread priorities. More... | |
Modules | |
| Section Wait Listener | |
| ThreadUtils | |
| Namespace ThreadUtils details. All accessory functionalities for the threads. | |
| Internal | |
| enum DefaultStackSizeConst |
| enum ThreadPriority |
Thread priorities.
| Enumerator | |
|---|---|
| PriorityHighest |
Highest. |
| PriorityAboveNormal |
Above Normal. |
| PriorityNormal |
Normal. |
| PriorityBelowNormal |
Below Normal. |
| PriorityLowest |
Lowest. |