Searched refs:ST_KILLED (Results 1 – 5 of 5) sorted by relevance
64 private static final int ST_KILLED = 1; field in SinkChannelImpl87 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()
65 private static final int ST_KILLED = 1; field in SourceChannelImpl88 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()
71 private static final int ST_KILLED = 1; field in ServerSocketChannelImpl288 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()
105 private static final int ST_KILLED = 4; field in SocketChannelImpl882 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()
94 private static final int ST_KILLED = 2; field in DatagramChannelImpl1053 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()