sched_rr_get_interval (2) Linux Manual Page
NAME sched_rr_get_interval – get the SCHED_RR interval for the named process SYNOPSIS #include <sched.h> int sched_rr_get_interval(pid_t pid, struct timespec *tp); DESCRIPTION sched_rr_get_interval() writes into the timespec structure pointed to by tp the round-robin time quantum for the process identified by pid. The specified process should be running under the SCHED_RR scheduling policy. The timespec structure…
