os.Process.Pid (field)
9 uses
os (current package)
exec.go#L22: Pid int
exec.go#L29: p := &Process{Pid: pid, handle: handle}
exec_unix.go#L17: if p.Pid == -1 {
exec_unix.go#L43: pid1, e = syscall.Wait4(p.Pid, &status, 0, &rusage)
exec_unix.go#L63: if p.Pid == -1 {
exec_unix.go#L66: if p.Pid == 0 {
exec_unix.go#L78: if e := syscall.Kill(p.Pid, s); e != nil {
exec_unix.go#L89: p.Pid = -1
src.elv.sh/pkg/eval
external_cmd.go#L105: return NewExternalCmdExit(e.Name, state.Sys().(syscall.WaitStatus), proc.Pid)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)