Home
last modified time | relevance | path

Searched refs:tryEnterIf (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java85 private String tryEnterIf() { in tryEnterIf() method in MonitorTestCase
185 thread1.callAndAssertReturns(true, tryEnterIf(), guard); in testTryEnterIf_initiallyTrue()
191 thread1.callAndAssertReturns(false, tryEnterIf(), guard); in testTryEnterIf_initiallyFalse()
198 thread1.callAndAssertReturns(false, tryEnterIf(), guard); in testTryEnterIf_alreadyOccupied()
/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java665 public boolean tryEnterIf(Guard guard) { in tryEnterIf() method in Monitor