Searched refs:waitLatch (Results 1 – 1 of 1) sorted by relevance
3198 final CountDownLatch waitLatch = new CountDownLatch(1); in removeUserAndWait() local3204 waitLatch.countDown(); in removeUserAndWait()3214 final boolean awaitSuccess = waitLatch.await(10, TimeUnit.MINUTES); in removeUserAndWait()