Searched refs:tryEnterIf (Results 1 – 2 of 2) sorted by relevance
85 private String tryEnterIf() { in tryEnterIf() method in MonitorTestCase185 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()
665 public boolean tryEnterIf(Guard guard) { in tryEnterIf() method in Monitor