Home
last modified time | relevance | path

Searched refs:epollCtl (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DEPollPort.java96 epollCtl(epfd, EPOLL_CTL_ADD, sv[0], Net.POLLIN); in EPollPort()
174 int err = epollCtl(epfd, EPOLL_CTL_MOD, fd, (events | EPOLLONESHOT)); in startPoll()
176 err = epollCtl(epfd, EPOLL_CTL_ADD, fd, (events | EPOLLONESHOT)); in startPoll()
DEPoll.java110 static native int epollCtl(int epfd, int opcode, int fd, int events); in epollCtl() method in EPoll