syscall.SysProcAttr.PidFD (field)
13 uses
syscall (current package)
exec_linux.go#L112: PidFD *int
exec_linux.go#L151: if sys.PidFD != nil {
exec_linux.go#L152: *sys.PidFD = int(pidfd)
exec_linux.go#L311: if sys.PidFD != nil {
exec_linux.go#L324: if sys.PidFD != nil {
exec_linux.go#L760: if sys.PidFD != nil && *sys.PidFD != -1 {
exec_linux.go#L761: Close(*sys.PidFD)
exec_linux.go#L762: *sys.PidFD = -1
os
pidfd_linux.go#L38: PidFD: &pidfd,
pidfd_linux.go#L41: if sysAttr.PidFD == nil {
pidfd_linux.go#L43: newSys.PidFD = &pidfd
pidfd_linux.go#L57: h := *sysAttr.PidFD
![]() |
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. |