ID EN
OS

sched_getparam

Python 3.11

Return the scheduling parameters as a sched_param instance for the process with PID pid. A pid of 0 means the calling process.

Syntax

PYTHON
os.sched_getparam(pid, /)

See Also

sched_param