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¶
Normal priority.
-
enumerator HIGH = 1¶
Higher than normal priority HIGH usage may be restricted and would silently be treated as NORMAL
-
enumerator LOW = 2¶
Lower priority.
-
enumerator NORMAL_HIGH = 3¶
Between Normal and High priority NORMAL_HIGH usage may be restricted and would silently be treated as NORMAL
-
enumerator NUM_EXECUTION_PRIORITY_HINTS¶
Any new enums should be added above this line.
-
enumerator NORMAL = 0¶