![]() |
Om
1.0.0
A universal framework for multimedia simulation
|
An enum class that specifies the different execution priorities that a thread can have. More...
#include <omThreadPriority.h>
Public Types | |
| enum | Enum { DEFAULT, LOW, MEDIUM, HIGH, TIME_CRITICAL } |
| An enum type which represents the types of thread scheduling priority. More... | |
Public Member Functions | |
| ThreadPriority () | |
| Create a new thread priority with the DEFAULT thread priority. More... | |
| ThreadPriority (Enum newType) | |
| Create a new thread priority with the specified thread priority enum value. More... | |
| operator Enum () const | |
| Convert this thread priority type to an enum value. More... | |
| data::String | toString () const |
| Return a string representation of the thread priority. More... | |
| operator data::String () const | |
| Convert this thread priority into a string representation. More... | |
An enum class that specifies the different execution priorities that a thread can have.
An enum type which represents the types of thread scheduling priority.
|
inline |
Create a new thread priority with the DEFAULT thread priority.
|
inline |
Create a new thread priority with the specified thread priority enum value.
|
inline |
Convert this thread priority type to an enum value.
| data::String om::threads::ThreadPriority::toString | ( | ) | const |
Return a string representation of the thread priority.
|
inline |
Convert this thread priority into a string representation.
1.8.11