Lines Matching full:process
43 system call sets the scheduling parameters of the process specified by
54 the current scheduling policy of the process specified by
62 If a process specified by
64 exists and if the calling process has permission, the scheduling
65 parameters are set for the process whose process ID is equal to
70 is zero, the scheduling parameters are set for the calling process.
72 In this implementation, the policy of when a process can affect
73 the scheduling parameters of another process is specified in
77 The target process, whether it is running or not running, will resume
81 If the priority of the process specified by the
83 argument is set higher than that of the lowest priority running process
84 and if the specified process is ready to run, the process specified by
87 argument will preempt a lowest priority running process.
89 the process calling
92 process lists, then the process that is the head of the highest priority
93 list will also preempt the calling process.
95 originating process might not receive notification of the completion of
96 the requested priority change until the higher priority process has
100 process specified by
104 is as if the process had been running under SCHED_RR with a priority
109 system call will return the scheduling parameters of a process specified
117 If a process specified by
119 exists and if the calling process has permission,
120 the scheduling parameters for the process whose process ID is equal to
124 In this implementation, the policy of when a process can obtain the
125 scheduling parameters of another process are detailed in
131 is zero, the scheduling parameters for the calling process will be
148 The requesting process doesn not have permission as detailed in
151 No process can be found corresponding to that specified by