HomeSort by relevance Sort by last modified time
    Searched refs:ST_INUSE (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
SinkChannelImpl.java 63 private static final int ST_INUSE = 0;
82 this.state = ST_INUSE;
SourceChannelImpl.java 64 private static final int ST_INUSE = 0;
83 this.state = ST_INUSE;
ServerSocketChannelImpl.java 70 private static final int ST_INUSE = 0;
90 this.state = ST_INUSE;
101 this.state = ST_INUSE;

Completed in 1419 milliseconds