Home
last modified time | relevance | path

Searched defs:enterIf (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java567 public boolean enterIf(Guard guard) { in enterIf() method in Monitor
613 public boolean enterIf(Guard guard, long time, TimeUnit unit) { in enterIf() method in Monitor
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java81 private String enterIf() { in enterIf() method in MonitorTestCase