|
FireSync API
|
| kStatus kNet_SetDataInThreadPriorityClass | ( | kNet | net, |
| kThreadPriorityClass | priorityClass | ||
| ) |
Sets the thread priority class for any network data input 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.
| net | Net object. |
| priorityClass | Thread priority class. |