Searched refs:sPreparedLatch (Results 1 – 1 of 1) sorted by relevance
304 private static CountDownLatch sPreparedLatch; field in CompatibilityTest392 if (sPreparedLatch != null) { in run()393 sPreparedLatch.countDown(); in run()434 sPreparedLatch.countDown(); in run()436 while(!sPreparedLatch.await(MINUTES_PER_PREP_ATTEMPT, TimeUnit.MINUTES)) { in run()822 sPreparedLatch = new CountDownLatch(shardQueue.size()); in split()