Lines Matching refs:priority
783 .. c:function:: int uv_os_getpriority(uv_pid_t pid, int* priority)
785 Retrieves the scheduling priority of the process specified by `pid`. The
786 returned value of `priority` is between -20 (high priority) and 19 (low
787 priority).
790 On Windows, the returned priority will equal one of the `UV_PRIORITY`
795 .. c:function:: int uv_os_setpriority(uv_pid_t pid, int priority)
797 Sets the scheduling priority of the process specified by `pid`. The
798 `priority` value range is between -20 (high priority) and 19 (low priority).
804 On Windows, this function utilizes `SetPriorityClass()`. The `priority`
805 argument is mapped to a Windows priority class. When retrieving the
806 process priority, the result will equal one of the `UV_PRIORITY`
807 constants, and not necessarily the exact value of `priority`.
814 On IBM i PASE, the highest process priority is -10. The constant
820 On IBM i PASE, you are not allowed to change your priority unless you