type golang.org/x/sys/unix.PollFd
4 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L145: func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, err error) {
syscall_linux.go#L152: func Poll(fds []PollFd, timeout int) (n int, err error) {
zsyscall_linux.go#L123: func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) {
ztypes_linux.go#L830: type PollFd struct {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)