ID EN
OS

sched_setparam

Python 3.11

Set the scheduling parameters for the process with PID pid. A pid of 0 means the calling process. param is a sched_param instance.

Syntax

PYTHON
os.sched_setparam(pid, param, /)

See Also

sched_param