Home
last modified time | relevance | path

Searched refs:ST_KILLED (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DSinkChannelImpl.java64 private static final int ST_KILLED = 1; field in SinkChannelImpl
87 if (state != ST_KILLED) in implCloseSelectableChannel()
99 if (state == ST_KILLED) in kill()
102 state = ST_KILLED; in kill()
107 state = ST_KILLED; in kill()
DSourceChannelImpl.java65 private static final int ST_KILLED = 1; field in SourceChannelImpl
88 if (state != ST_KILLED) in implCloseSelectableChannel()
100 if (state == ST_KILLED) in kill()
103 state = ST_KILLED; in kill()
108 state = ST_KILLED; in kill()
DServerSocketChannelImpl.java71 private static final int ST_KILLED = 1; field in ServerSocketChannelImpl
288 if (state != ST_KILLED) in implCloseSelectableChannel()
300 if (state == ST_KILLED) in kill()
303 state = ST_KILLED; in kill()
308 state = ST_KILLED; in kill()
DSocketChannelImpl.java105 private static final int ST_KILLED = 4; field in SocketChannelImpl
882 if (state != ST_KILLED) { in implCloseSelectableChannel()
915 if (state == ST_KILLED) in kill()
918 state = ST_KILLED; in kill()
928 state = ST_KILLED; in kill()
DDatagramChannelImpl.java94 private static final int ST_KILLED = 2; field in DatagramChannelImpl
1053 if (state != ST_KILLED) in implCloseSelectableChannel()
1073 if (state == ST_KILLED) in kill()
1076 state = ST_KILLED; in kill()
1081 state = ST_KILLED; in kill()