Searched refs:_notEmpty (Results 1 - 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/
H A DBlockingArrayQueue.java60 private final Condition _notEmpty = _headLock.newCondition(); field in class:BlockingArrayQueue
227 _notEmpty.signal();
258 _notEmpty.signal();
287 _notEmpty.await();
292 _notEmpty.signal();
302 _notEmpty.signal();
342 nanos = _notEmpty.awaitNanos(nanos);
347 _notEmpty.signal();
356 _notEmpty.signal();

Completed in 184 milliseconds