Home | History | Annotate | Download | only in unix

Lines Matching refs:pgid

1038 func Getpgid(pid int) (pgid int, err error) {
1040 pgid = int(r0)
1591 func Setpgid(pid int, pgid int) (err error) {
1592 _, _, e1 := RawSyscall(SYS_SETPGID, uintptr(pid), uintptr(pgid), 0)