Searched defs:timeInSec (Results 1 – 2 of 2) sorted by relevance
43 public static boolean waitFor(CountDownLatch latch, int timeInSec) throws InterruptedException { in waitFor()67 public static boolean waitForWithCondition(int timeInSec, Callable<Boolean> callback) in waitForWithCondition()
80 public boolean await(int timeInSec) throws InterruptedException { in await()