Home
last modified time | relevance | path

Searched refs:SQMASK (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java755 static final int SQMASK = 0x007e; // max 64 (even) slots field in ForkJoinPool
2541 else if ((q = ws[k = (wl - 1) & r & SQMASK]) == null) in externalPush()
2579 ws[(wl - 1) & r & SQMASK] : null; in commonSubmitterQueue()
2590 (w = ws[(wl - 1) & r & SQMASK]) != null && in tryExternalUnpush()
2601 helpComplete(ws[(wl - 1) & r & SQMASK], task, maxTasks) : 0; in externalHelpComplete()