os.Process.Pid (field)

8 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