From ddb51c37d0ad671c0ec87cd56918a4ff3412a53d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 22 Jul 2006 14:14:36 +0000 Subject: [PATCH] Noted preservation of scheduling parameters across execve(). --- man2/sched_setscheduler.2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index 8156f919f1..93d325d8fb 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -243,6 +243,8 @@ interrupt handler. .SS Miscellaneous Child processes inherit the scheduling algorithm and parameters across a .BR fork (). +The scheduling algorithm and parameters are preserved across +.BR execve (2). Memory locking is usually needed for real-time processes to avoid paging delays, this can be done with -- 2.39.5