os.Process.Pid (field)
10 uses
	os (current package)
		exec.go#L59: 	Pid int
		exec.go#L107: 		Pid:  pid,
		exec.go#L116: 		Pid:    pid,
		exec.go#L127: 		Pid:  pid,
		exec_unix.go#L70: 		pid1, e = syscall.Wait4(p.Pid, &status, 0, &rusage)
		exec_unix.go#L106: 	if p.Pid == pidReleased {
		exec_unix.go#L109: 	if p.Pid == pidUnset {
		exec_unix.go#L123: 	return convertESRCH(syscall.Kill(p.Pid, s))
		exec_unix.go#L137: 	p.Pid = pidReleased
		wait_waitid.go#L32: 		_, _, e = syscall.Syscall6(syscall.SYS_WAITID, _P_PID, uintptr(p.Pid), uintptr(unsafe.Pointer(psig)), syscall.WEXITED|syscall.WNOWAIT, 0, 0)
|  | The pages are generated with Golds v0.7.6. (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. |