func internal/syscall/unix.Waitid
4 uses
internal/syscall/unix (current package)
waitid_linux.go#L17: func Waitid(idType int, id int, info *SiginfoChild, options int, rusage *syscall.Rusage) error {
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)
wait_waitid.go#L24: return unix.Waitid(unix.P_PID, p.Pid, &info, syscall.WEXITED|syscall.WNOWAIT, 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. |