Home
last modified time | relevance | path

Searched refs:enterWhenUninterruptibly (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java227 monitor.enterWhenUninterruptibly(hasReachedRunning);
236 if (monitor.enterWhenUninterruptibly(hasReachedRunning, timeout, unit)) {
253 monitor.enterWhenUninterruptibly(isStopped);
262 if (monitor.enterWhenUninterruptibly(isStopped, timeout, unit)) {
DMonitor.java443 public void enterWhenUninterruptibly(Guard guard) { in enterWhenUninterruptibly() method in Monitor
512 public boolean enterWhenUninterruptibly(Guard guard, long time, TimeUnit unit) { in enterWhenUninterruptibly() method in Monitor
DServiceManager.java533 monitor.enterWhenUninterruptibly(awaitHealthGuard); in awaitHealthy()
556 monitor.enterWhenUninterruptibly(stoppedGuard); in awaitStopped()