Skip to main content

RLIMIT_RTPRIO

Constant RLIMIT_RTPRIO 

Source
pub const RLIMIT_RTPRIO: c_int = 14;
Expand description

Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.

This specifies a ceiling on the real-time priority that may be set for this process using sched_setscheduler(2) and sched_setparam(2).