Searched refs:epollCtl (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | EPollPort.java | 96 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()
|
D | EPoll.java | 110 static native int epollCtl(int epfd, int opcode, int fd, int events); in epollCtl() method in EPoll
|