OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:closeIntFD
(Results
1 - 7
of
7
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
PollSelectorImpl.java
95
FileDispatcherImpl.
closeIntFD
(fd0);
96
FileDispatcherImpl.
closeIntFD
(fd1);
DevPollSelectorImpl.java
141
FileDispatcherImpl.
closeIntFD
(fd0);
142
FileDispatcherImpl.
closeIntFD
(fd1);
EPollSelectorImpl.java
136
FileDispatcherImpl.
closeIntFD
(fd0);
137
FileDispatcherImpl.
closeIntFD
(fd1);
FileDispatcherImpl.java
172
static native void
closeIntFD
(int fd) throws IOException;
DevPollArrayWrapper.java
214
FileDispatcherImpl.
closeIntFD
(wfd);
EPollArrayWrapper.java
251
FileDispatcherImpl.
closeIntFD
(epfd);
/libcore/ojluni/src/main/native/
FileDispatcherImpl.c
261
NATIVE_METHOD(FileDispatcherImpl,
closeIntFD
, "(I)V"),
Completed in 222 milliseconds