OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_KILLED
(Results
1 - 5
of
5
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
SinkChannelImpl.java
64
private static final int
ST_KILLED
= 1;
87
if (state !=
ST_KILLED
)
99
if (state ==
ST_KILLED
)
102
state =
ST_KILLED
;
107
state =
ST_KILLED
;
SourceChannelImpl.java
65
private static final int
ST_KILLED
= 1;
88
if (state !=
ST_KILLED
)
100
if (state ==
ST_KILLED
)
103
state =
ST_KILLED
;
108
state =
ST_KILLED
;
ServerSocketChannelImpl.java
71
private static final int
ST_KILLED
= 1;
279
if (state !=
ST_KILLED
)
291
if (state ==
ST_KILLED
)
294
state =
ST_KILLED
;
299
state =
ST_KILLED
;
SocketChannelImpl.java
85
private static final int
ST_KILLED
= 4;
[
all
...]
DatagramChannelImpl.java
89
private static final int
ST_KILLED
= 2;
792
if (state !=
ST_KILLED
)
808
if (state ==
ST_KILLED
)
811
state =
ST_KILLED
;
816
state =
ST_KILLED
;
Completed in 240 milliseconds