Searched refs:SPINS (Results 1 – 1 of 1) sorted by relevance
271 private static final int SPINS = (NCPU > 1) ? 1 << 6 : 0; field in StampedLock1042 spins = (m == WBIT && wtail == whead) ? SPINS : 0; in acquireWrite()1166 spins = SPINS; in acquireRead()