HomeSort by relevance Sort by last modified time
    Searched full:oddq (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
Phaser.java 320 private final AtomicReference<QNode> oddQ;
323 return ((phase & 1) == 0) ? evenQ : oddQ;
528 this.oddQ = root.oddQ;
535 this.oddQ = new AtomicReference<QNode>();
    [all...]

Completed in 135 milliseconds