Searched defs:SPINS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExchanger.java249 private static final int SPINS = (NCPU == 1) ? 0 : 2000; field in class:Exchanger
258 private static final int TIMED_SPINS = SPINS / 20;
462 int spins = SPINS;
493 int spins = SPINS;

Completed in 742 milliseconds