Searched refs:finishCd (Results 1 – 1 of 1) sorted by relevance
1640 CountDownLatch finishCd = new CountDownLatch(16); in testSyncOperationLimit() local1662 finishCd.countDown(); in testSyncOperationLimit()1677 .that(finishCd.await(10, TimeUnit.SECONDS)).isTrue(); in testSyncOperationLimit()