Enum ExecutionPriorityHint_t¶
Defined in File DlEnums.hpp
Enum Documentation¶
-
enum class DlSystem::ExecutionPriorityHint_t¶
Enumeration of various execution priority hints.
Values:
-
enumerator NORMAL = 0¶
Usage of the priorities apart from LOW may be restricted Between Normal Low and Normal High
-
enumerator HIGH = 1¶
Between Normal High and High Plus.
-
enumerator LOW = 2¶
Lowest priority.
-
enumerator NORMAL_HIGH = 3¶
Between Normal and High priority.
-
enumerator NORMAL_LOW = 4¶
Between Low and Normal.
-
enumerator HIGH_PLUS = 5¶
Between High and Critical.
-
enumerator CRITICAL = 6¶
Between High Plus and Critical Plus.
-
enumerator CRITICAL_PLUS = 7¶
Highest priority.
-
enumerator NUM_EXECUTION_PRIORITY_HINTS¶
Any new enums should be added above this line.
-
enumerator NORMAL = 0¶