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)