Home
last modified time | relevance | path

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

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedArrayBlockingQueue.java89 private final Monitor.Guard notFull; field in MonitorBasedArrayBlockingQueue
181 notFull = new Monitor.Guard(monitor) { in MonitorBasedArrayBlockingQueue()
247 if (monitor.enterIf(notFull)) { in offer()
270 monitor.enterWhen(notFull); in put()
292 if (monitor.enterWhen(notFull, timeout, unit)) { in offer()