Searched refs:takeFirst (Results 1 – 3 of 3) sorted by relevance
320 E takeFirst() throws InterruptedException; in takeFirst() method
454 public E takeFirst() throws InterruptedException { in takeFirst() method in LinkedBlockingDeque649 return takeFirst(); in take()
879 assertEquals(i, q.takeFirst()); in testTakeFirst()893 q.takeFirst(); in testTakeFirstFromEmptyBlocksInterruptibly()915 q.takeFirst(); in testTakeFirstFromEmptyAfterInterrupt()974 assertEquals(i, q.takeFirst()); in testBlockingTakeFirst()979 q.takeFirst(); in testBlockingTakeFirst()986 q.takeFirst(); in testBlockingTakeFirst()