FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kNet_SetDataOutThreadPriorityClass ( kNet  net,
kThreadPriorityClass  priorityClass 
)

Sets the thread priority class for any network data output 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
netNet object.
priorityClassThread priority class.
Returns
Operation status.
See also
kThread_SetPriority