Function lrs::syscall::setpgid

Sets the process group of a process.

Syntax

fn setpgid(pid: i32, pgid: i32) -> i32

Arguments

NameDescription
pid
pgid

See also