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

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentLinkedQueue.java274 final void updateHead(Node<E> h, Node<E> p) { method in class:ConcurrentLinkedQueue
336 updateHead(h, ((q = p.next) != null) ? q : p);
340 updateHead(h, p);
357 updateHead(h, p);
382 updateHead(h, p);
H A DConcurrentLinkedDeque.java493 updateHead(); // Ensure x is not reachable from head
518 updateHead(); // Ensure o is not reachable from head
552 updateHead(); // Ensure o is not reachable from head
577 private final void updateHead() { method in class:ConcurrentLinkedDeque

Completed in 263 milliseconds