ID EN
OS

sched_param

Python 3.11

This class represents tunable scheduling parameters used in sched_setparam(), sched_setscheduler(), and sched_getparam(). It is immutable.

Syntax

PYTHON
class os.sched_param(sched_priority)

See Also

sched_setparam() sched_setscheduler() sched_getparam()