Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kThreadPool_SetPriority ( kThreadPool  pool,
kThreadPriorityClass  priorityClass,
k32s  priorityOffset 
)

Sets the priority associated with the thread pool.

This method is thread-safe.

Parameters
poolkThreadPool object.
priorityClassThread priority class (Low, Normal, High).
priorityOffsetSigned priority offset; a higher offset represents a higher priority within class.
Returns
Operation status.
See also
kThread_SetPriority