|
FireSync API
|
| 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.
| pipe | Pipe object. |
| priorityClass | Thread priority class. |