Searched refs:invalidated (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ArrayBlockingQueue.java | 1059 private boolean invalidated(int index, int prevTakeIndex, in invalidated() method in ArrayBlockingQueue.Itr 1092 if (invalidated(lastRet, prevTakeIndex, dequeues, len)) in incorporateDequeues() 1094 if (invalidated(nextIndex, prevTakeIndex, dequeues, len)) in incorporateDequeues() 1096 if (invalidated(cursor, prevTakeIndex, dequeues, len)) in incorporateDequeues()
|