os.Process.Pid (field)
10 uses
os (current package)
exec.go#L44: Pid int
exec.go#L123: Pid: pid,
exec.go#L139: Pid: pid,
exec.go#L153: Pid: pid,
exec.go#L284: p.Pid = -1
exec_unix.go#L64: return syscall.Wait4(p.Pid, &status, 0, &rusage)
exec_unix.go#L94: if p.Pid == pidReleased {
exec_unix.go#L97: if p.Pid == pidUnset {
exec_unix.go#L111: return convertESRCH(syscall.Kill(p.Pid, s))
wait_waitid.go#L24: return unix.Waitid(unix.P_PID, p.Pid, &info, syscall.WEXITED|syscall.WNOWAIT, nil)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |