Lines Matching full:scheduling
31 .Nd set/get scheduling policy and scheduler parameters
43 system call sets the scheduling policy and scheduling parameters
58 the scheduling policy specified by
67 exists and if the calling process has permission, the scheduling
68 policy and scheduling parameters will be set for the process
74 is zero, the scheduling policy and scheduling
78 the scheduling parameters of another process is specified in
82 The scheduling policies are in
86 First-in-first-out fixed priority scheduling with no round robin scheduling;
90 Round-robin scheduling across same priority processes.
99 int sched_priority; /* scheduling priority */
105 system call returns the scheduling policy of the process specified
112 the scheduling parameters for the process whose process ID is equal to
117 scheduling parameters of another process are detailed in
123 is zero, the scheduling parameters for the calling process will be
150 is outside the valid range for the specified scheduling policy.