getrlimit.2: Refer to sched(7) in discussion of RLIMIT_RTPRIO and RLIMIT_RTTIME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-05 08:23:21 +01:00
parent a67b298f5c
commit 384c705b19
1 changed files with 6 additions and 0 deletions

View File

@ -350,6 +350,9 @@ this process using
.BR sched_setscheduler (2) .BR sched_setscheduler (2)
and and
.BR sched_setparam (2). .BR sched_setparam (2).
For further details on real-time scheduling policies, see
.BR sched (7)
.TP .TP
.BR RLIMIT_RTTIME " (since Linux 2.6.25)" .BR RLIMIT_RTTIME " (since Linux 2.6.25)"
Specifies a limit (in microseconds) Specifies a limit (in microseconds)
@ -376,6 +379,9 @@ signal.
The intended use of this limit is to stop a runaway The intended use of this limit is to stop a runaway
real-time process from locking up the system. real-time process from locking up the system.
For further details on real-time scheduling policies, see
.BR sched (7)
.TP .TP
.BR RLIMIT_SIGPENDING " (since Linux 2.6.8)" .BR RLIMIT_SIGPENDING " (since Linux 2.6.8)"
Specifies the limit on the number of signals Specifies the limit on the number of signals