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

/libcore/luni/src/main/java/java/util/concurrent/
H A DPhaser.java269 private static final int MAX_PARTIES = 0xffff; field in class:Phaser
341 MAX_PARTIES + " parties for " + stateToString(s);
409 if (registrations > MAX_PARTIES - parties)

Completed in 113 milliseconds