Searched refs:SHUT_RDWR (Results 1 – 7 of 7) sorted by relevance
52 import static android.system.OsConstants.SHUT_RDWR;252 Libcore.os.shutdown(fd1, SHUT_RDWR); in getMarkerFD()
477 public final static int SHUT_RDWR = 2;
422 public static final int SHUT_RDWR = placeholder(); field in OsConstants
765 (jhow == sun_nio_ch_Net_SHUT_WR) ? SHUT_WR : SHUT_RDWR; in Java_sun_nio_ch_Net_shutdown()
480 Libcore.os.shutdown(serverFd, SHUT_RDWR); in test_recvfrom_concurrentShutdown()
461 initConstant(env, c, "SHUT_RDWR", SHUT_RDWR); in OsConstants_initConstants()
2540 … Libcore.os.shutdown(dc.socket().getFileDescriptor$(), OsConstants.SHUT_RDWR); in test_concurrentShutdown()