Searched refs:SHUT_RDWR (Results 1 – 6 of 6) sorted by relevance
489 public final static int SHUT_RDWR = 2;
400 public static final int SHUT_RDWR = placeholder(); field in OsConstants
648 (jhow == sun_nio_ch_Net_SHUT_WR) ? SHUT_WR : SHUT_RDWR; in Java_sun_nio_ch_Net_shutdown()
475 Libcore.os.shutdown(serverFd, SHUT_RDWR); in test_recvfrom_concurrentShutdown()
442 initConstant(env, c, "SHUT_RDWR", SHUT_RDWR); in OsConstants_initConstants()
2540 … Libcore.os.shutdown(dc.socket().getFileDescriptor$(), OsConstants.SHUT_RDWR); in test_concurrentShutdown()