Searched refs:enterIf (Results 1 – 4 of 4) sorted by relevance
81 private String enterIf() { in enterIf() method in MonitorTestCase165 thread1.callAndAssertReturns(true, enterIf(), guard); in testEnterIf_initiallyTrue()171 thread1.callAndAssertReturns(false, enterIf(), guard); in testEnterIf_initiallyFalse()178 thread1.callAndAssertBlocks(enterIf(), guard); in testEnterIf_alreadyOccupied()180 thread1.assertPriorCallReturns(true, enterIf()); in testEnterIf_alreadyOccupied()
247 if (monitor.enterIf(notFull)) { in offer()307 if (monitor.enterIf(notEmpty)) { in poll()346 if (monitor.enterIf(notEmpty)) { in peek()
170 if (monitor.enterIf(isStartable)) {189 if (monitor.enterIf(isStoppable)) {
567 public boolean enterIf(Guard guard) { in enterIf() method in Monitor613 public boolean enterIf(Guard guard, long time, TimeUnit unit) { in enterIf() method in Monitor