OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nioInterestOps
(Results
1 - 9
of
9
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
SelectionKeyImpl.java
83
return
nioInterestOps
(ops);
102
SelectionKey
nioInterestOps
(int ops) { // package-private
110
int
nioInterestOps
() { // package-private
AbstractPollSelectorImpl.java
130
if ((sk.nioReadyOps() & sk.
nioInterestOps
()) != 0) {
DevPollSelectorImpl.java
121
if ((ski.nioReadyOps() & ski.
nioInterestOps
()) != 0) {
EPollSelectorImpl.java
116
if ((ski.nioReadyOps() & ski.
nioInterestOps
()) != 0) {
SinkChannelImpl.java
117
int intOps = sk.
nioInterestOps
();// Do this just once, it synchronizes
SourceChannelImpl.java
118
int intOps = sk.
nioInterestOps
(); // Do this just once, it synchronizes
ServerSocketChannelImpl.java
308
int intOps = sk.
nioInterestOps
(); // Do this just once, it synchronizes
SocketChannelImpl.java
[
all
...]
DatagramChannelImpl.java
831
int intOps = sk.
nioInterestOps
(); // Do this just once, it synchronizes
Completed in 2276 milliseconds