HomeSort by relevance Sort by last modified time
    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;
289 if (state != ST_KILLED)
301 if (state == ST_KILLED)
304 state = ST_KILLED;
309 state = ST_KILLED;
SocketChannelImpl.java 104 private static final int ST_KILLED = 4;
    [all...]
DatagramChannelImpl.java 109 private static final int ST_KILLED = 2;
    [all...]

Completed in 1161 milliseconds