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

/libcore/luni/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java687 itrs.takeIndexWrapped();
746 * correctness, iterators have the shutdown and takeIndexWrapped
866 void takeIndexWrapped() { method in class:ArrayBlockingQueue.Itrs
872 if (it == null || it.takeIndexWrapped()) {
944 takeIndexWrapped();
1309 boolean takeIndexWrapped() { method in class:ArrayBlockingQueue.Itr

Completed in 14 milliseconds