Home | History | Annotate | Download | only in concurrent

Lines Matching defs:SPINS_PER_ARRIVAL

1017      * SPINS_PER_ARRIVAL more times before blocking. The value trades
1020 static final int SPINS_PER_ARRIVAL = (NCPU < 2) ? 1 : 1 << 8;
1036 int spins = SPINS_PER_ARRIVAL;
1044 spins += SPINS_PER_ARRIVAL;