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 ServerSocketChannelImpl279 if (state != ST_KILLED) in implCloseSelectableChannel()291 if (state == ST_KILLED) in kill()294 state = ST_KILLED; in kill()299 state = ST_KILLED; in kill()
85 private static final int ST_KILLED = 4; field in SocketChannelImpl862 if (state != ST_KILLED) in implCloseSelectableChannel()892 if (state == ST_KILLED) in kill()895 state = ST_KILLED; in kill()905 state = ST_KILLED; in kill()
89 private static final int ST_KILLED = 2; field in DatagramChannelImpl792 if (state != ST_KILLED) in implCloseSelectableChannel()808 if (state == ST_KILLED) in kill()811 state = ST_KILLED; in kill()816 state = ST_KILLED; in kill()