func internal/runtime/syscall/linux.EpollCreate1
2 uses
internal/runtime/syscall/linux (current package)
syscall_linux.go#L18: func EpollCreate1(flags int32) (fd int32, errno uintptr) {
runtime
netpoll_epoll.go#L23: epfd, errno = linux.EpollCreate1(linux.EPOLL_CLOEXEC)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)