Home | History | Annotate | Download | only in unix

Lines Matching refs:pgid

843 func Getpgid(pid int) (pgid int, err error) {
845 pgid = int(r0)
852 func Getpgrp() (pgid int, err error) {
854 pgid = int(r0)
1349 func Setpgid(pid int, pgid int) (err error) {
1350 _, _, e1 := rawSysvicall6(uintptr(unsafe.Pointer(&procSetpgid)), 2, uintptr(pid), uintptr(pgid), 0, 0, 0, 0)