Searched refs:writeCompleted (Results 1 – 1 of 1) sorted by relevance
121 CountDownLatch writeCompleted = new CountDownLatch(1); in testSocketWriteNeverTimeouts() local127 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()