Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1143 if (p != null && (aux = p.auxState) != null) { in transferStealCount()
1464 AuxState auxState; // lock, steal counts field in ForkJoinPool
1490 auxState = aux; in tryInitialize()
1565 if ((aux = auxState) != null) { in registerWorker()
1611 if ((aux = auxState) != null) { in deregisterWorker()
1815 (int)c == ss && (aux = auxState) != null && ctl == c && in timedAwaitWork()
2461 if ((aux = auxState) != null && index >= 0) { in tryCreateExternalQueue()
2945 AuxState sc = auxState; in getStealCount()
3077 AuxState sc = auxState; in toString()