Searched refs:takeLast (Results 1 – 6 of 6) sorted by relevance
356 E takeLast() throws InterruptedException; in takeLast() method
492 public E takeLast() throws InterruptedException { in takeLast() method in LinkedBlockingDeque
959 q.takeLast(); in testTakeLastFromEmptyBlocksInterruptibly()981 q.takeLast(); in testTakeLastFromEmptyAfterInterrupt()1253 assertEquals(SIZE - i - 1, q.takeLast());1266 assertEquals(SIZE - i - 1, q.takeLast());1271 q.takeLast();1278 q.takeLast();
993 q.takeLast(); in testTakeLastFromEmptyBlocksInterruptibly()1015 q.takeLast(); in testTakeLastFromEmptyAfterInterrupt()1287 assertEquals(SIZE - i - 1, q.takeLast());1300 assertEquals(SIZE - i - 1, q.takeLast());1305 q.takeLast();1312 q.takeLast();
130 public E takeLast() throws java.lang.InterruptedException { in takeLast() method in LinkedBlockingDeque
15360 method public E takeLast() throws java.lang.InterruptedException;16132 method public E takeLast() throws java.lang.InterruptedException;