Home
last modified time | relevance | path

Searched defs:spins (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DExchanger.java487 int spins = (NCPU > 1) ? SPINS : 1; in slotExchange() local
DPhaser.java1035 int spins = SPINS_PER_ARRIVAL; in internalAwaitAdvance() local