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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java306 private static final int ONE_ARRIVAL = 1; field in class:Phaser
378 int adj = deregister ? ONE_ARRIVAL|ONE_PARTY : ONE_ARRIVAL;
678 s -= ONE_ARRIVAL)) {

Completed in 31 milliseconds