Lines Matching defs:poll
46 * past. If no delay has expired there is no head and <tt>poll</tt>
50 * removed using <tt>take</tt> or <tt>poll</tt>, they are otherwise
82 * poll(...), unless some other thread becomes leader in the
181 public E poll() {
189 return q.poll();
213 return q.poll();
245 public E poll(long timeout, TimeUnit unit) throws InterruptedException {
260 return q.poll();
288 * <tt>poll</tt>, if no expired elements are available in the queue,
334 c.add(q.poll());
364 c.add(q.poll());