Searched refs:opcode (Results 1 – 2 of 2) sorted by relevance
74 jint opcode, jint fd, jint events) in Java_sun_nio_ch_EPoll_epollCtl() argument82 RESTARTABLE(epoll_ctl(epfd, (int)opcode, (int)fd, &event), res); in Java_sun_nio_ch_EPoll_epollCtl()
110 static native int epollCtl(int epfd, int opcode, int fd, int events); in epollCtl() argument