func internal/runtime/syscall.EpollCreate1

2 uses

	internal/runtime/syscall (current package)
		syscall_linux.go#L18: func EpollCreate1(flags int32) (fd int32, errno uintptr) {

	runtime
		netpoll_epoll.go#L23: 	epfd, errno = syscall.EpollCreate1(syscall.EPOLL_CLOEXEC)