Searched defs:numfds (Results  1 – 4 of 4) sorted by relevance
| /libcore/ojluni/src/main/java/sun/nio/ch/ | 
| D | PollArrayWrapper.java | 114     int poll(int numfds, int offset, long timeout) {  in poll()123     private native int poll0(long pollAddress, int numfds, long timeout);  in poll0()
 
 | 
| D | EPoll.java | 112     static native int epollWait(int epfd, long pollAddress, int numfds)  in epollWait()
 | 
| /libcore/ojluni/src/main/native/ | 
| D | PollArrayWrapper.c | 73                                        jlong address, jint numfds,  in Java_sun_nio_ch_PollArrayWrapper_poll0()
 | 
| D | EPoll.c | 89                                     jint epfd, jlong address, jint numfds)  in Java_sun_nio_ch_EPoll_epollWait()
 |