MOST_IDLE_SCHED_POLICY ( -- value )
Unix Process Scheduling

Next:policy-priority-range ( policy -- high low )


Vocabulary
unix.scheduler

Word description
The scheduling policy value which is, or is most like, the SCHED_IDLE policy on Linux. The value of this word is platform specific, and differs between linux, macosx and freebsd.

sched(7) describes SCHED_IDLE to be intended for running jobs at extremely low priority (lower even than a +19 nice value with the SCHED_OTHER or SCHED_BATCH policies).

Definition