Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DEPoll.c74 jint opcode, jint fd, jint events) in Java_sun_nio_ch_EPoll_epollCtl() argument
82 RESTARTABLE(epoll_ctl(epfd, (int)opcode, (int)fd, &event), res); in Java_sun_nio_ch_EPoll_epollCtl()
/libcore/ojluni/src/main/java/sun/nio/ch/
DEPoll.java110 static native int epollCtl(int epfd, int opcode, int fd, int events); in epollCtl() argument