const internal/syscall/unix.P_PIDFD
3 uses
internal/syscall/unix (current package)
waitid_linux.go#L14: P_PIDFD = 3
os
pidfd_linux.go#L108: return unix.Waitid(unix.P_PIDFD, int(handle), &info, syscall.WEXITED, &rusage)
pidfd_linux.go#L175: return unix.Waitid(unix.P_PIDFD, int(fd), &info, syscall.WEXITED, 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. |