|
Zen API
|
| kStatus kThreadPool_SetPriority | ( | kThreadPool | pool, |
| kThreadPriorityClass | priorityClass, | ||
| k32s | priorityOffset | ||
| ) |
Sets the priority associated with the thread pool.
This method is thread-safe.
| pool | kThreadPool object. |
| priorityClass | Thread priority class (Low, Normal, High). |
| priorityOffset | Signed priority offset; a higher offset represents a higher priority within class. |