FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kPipe_SetThreadPriorityClass ( kPipe  pipe,
kThreadPriorityClass  priorityClass 
)

Sets the thread priority class for any pipe threads.

Indiscriminate thread priority adjustments can result in deadlock/starvation under high processing load. Accordingly, thread priority adjustment should usually be avoided, except where indicated by the FireSync Software Team to support special cases.

Refer to kThread_SetPriority for more information on thread priorities.

Parameters
pipePipe object.
priorityClassThread priority class.
Returns
Operation status.
See also
kThread_SetPriority