func internal/syscall/unix.PidFDOpen
3 uses
internal/syscall/unix (current package)
pidfd_linux.go#L17: func PidFDOpen(pid, flags int) (uintptr, error) {
os
pidfd_linux.go#L74: h, err := unix.PidFDOpen(pid, 0)
pidfd_linux.go#L164: fd, err := unix.PidFDOpen(syscall.Getpid(), 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. |