Home
last modified time | relevance | path

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

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