Searched refs:enterWhenUninterruptibly (Results 1 – 3 of 3) sorted by relevance
227 monitor.enterWhenUninterruptibly(hasReachedRunning);236 if (monitor.enterWhenUninterruptibly(hasReachedRunning, timeout, unit)) {253 monitor.enterWhenUninterruptibly(isStopped);262 if (monitor.enterWhenUninterruptibly(isStopped, timeout, unit)) {
443 public void enterWhenUninterruptibly(Guard guard) { in enterWhenUninterruptibly() method in Monitor512 public boolean enterWhenUninterruptibly(Guard guard, long time, TimeUnit unit) { in enterWhenUninterruptibly() method in Monitor
533 monitor.enterWhenUninterruptibly(awaitHealthGuard); in awaitHealthy()556 monitor.enterWhenUninterruptibly(stoppedGuard); in awaitStopped()