::

enum e_Anonymous__27


Description
levels of thread-priority Note that oslThreadPriorityUnknown might be returned by getPriorityOfThread() (e.g. when it is terminated), but mustn't be used with setPriority()!

Values

osl_Thread_PriorityHighest
osl_Thread_PriorityAboveNormal
osl_Thread_PriorityNormal
osl_Thread_PriorityBelowNormal
osl_Thread_PriorityLowest
osl_Thread_PriorityUnknown
osl_Thread_Priority_FORCE_EQUAL_SIZE

Top of Page