Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java1175 if (p != null && (aux = p.auxState) != null) { in transferStealCount()
1496 AuxState auxState; // lock, steal counts field in ForkJoinPool
1522 auxState = aux; in tryInitialize()
1597 if ((aux = auxState) != null) { in registerWorker()
1643 if ((aux = auxState) != null) { in deregisterWorker()
1847 (int)c == ss && (aux = auxState) != null && ctl == c && in timedAwaitWork()
2493 if ((aux = auxState) != null && index >= 0) { in tryCreateExternalQueue()
2977 AuxState sc = auxState; in getStealCount()
3109 AuxState sc = auxState; in toString()