Home
last modified time | relevance | path

Searched refs:writeCompleted (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DSocketTimeoutTest.java121 CountDownLatch writeCompleted = new CountDownLatch(1); in testSocketWriteNeverTimeouts() local
127 writeCompleted.countDown(); in testSocketWriteNeverTimeouts()
130 writeCompleted.countDown(); in testSocketWriteNeverTimeouts()
142 !writeCompleted.await(TIMEOUT_MILLIS * 2, TimeUnit.MILLISECONDS); in testSocketWriteNeverTimeouts()
147 assertTrue(writeCompleted.await(5000, TimeUnit.MILLISECONDS)); in testSocketWriteNeverTimeouts()