HomeSort by relevance Sort by last modified time
    Searched refs:updateHead (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 257 final void updateHead(Node<E> h, Node<E> p) {
319 updateHead(h, ((q = p.next) != null) ? q : p);
323 updateHead(h, p);
340 updateHead(h, p);
365 updateHead(h, p);
ConcurrentLinkedDeque.java 479 updateHead(); // Ensure x is not reachable from head
504 updateHead(); // Ensure o is not reachable from head
538 updateHead(); // Ensure o is not reachable from head
563 private final void updateHead() {
    [all...]

Completed in 2170 milliseconds