const syscall.WEXITED
5 uses
syscall (current package)
exec_linux.go#L832: _, _, errno = Syscall6(SYS_WAITID, _P_PIDFD, uintptr(pidfd), uintptr(unsafe.Pointer(&info)), WEXITED|WCLONE, 0, 0)
zerrors_linux_amd64.go#L1171: WEXITED = 0x4
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. |