Searched refs:reasonFormat (Results 1 – 1 of 1) sorted by relevance
392 private void awaitForLatch(CountDownLatch latch, String reasonFormat, in awaitForLatch() argument394 awaitForLatch(latch, WAITFOR_MSEC, reasonFormat, reasonArgs); in awaitForLatch()397 private void awaitForLatch(CountDownLatch latch, long timeout, String reasonFormat, in awaitForLatch() argument399 String reason = String.format(reasonFormat, reasonArgs); in awaitForLatch()