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#L307: 	if sys.PidFD != nil {
		exec_linux.go#L320: 		if sys.PidFD != nil {
		exec_linux.go#L743: 	if sys.PidFD != nil && *sys.PidFD != -1 {
		exec_linux.go#L744: 		Close(*sys.PidFD)
		exec_linux.go#L745: 		*sys.PidFD = -1
	os
		pidfd_linux.go#L39: 			PidFD: &pidfd,
		pidfd_linux.go#L42: 	if sysAttr.PidFD == nil {
		pidfd_linux.go#L44: 		newSys.PidFD = &pidfd
		pidfd_linux.go#L58: 	h := *sysAttr.PidFD
|  | 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. |