Lines Matching full:process
34 .Nd set process group
47 sets the process group of the specified process
53 is zero, then the call applies to the current process.
56 is zero, then the process id of the process specified by
60 If the affected process is not the invoking process, then it must be a
61 child of the invoking process, it must not have performed an
64 The requested process group ID must already exist in the session of
65 the caller, or it must be equal to the target process ID.
81 will fail and the process group will not be altered if:
84 The requested process group ID is not legal.
86 The requested process does not exist.
88 The target process is not the calling process or
89 a child of the calling process.
91 The requested process is a child of the calling process,
96 The target process is a session leader.
98 The requested process group ID is not in the session of the caller,
99 and it is not equal to the process ID of the target process.