Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1532 WorkQueue[] nws = ((ws = workQueues) == null || ws.length == 0 ? in fullExternalPush() local
1537 if (((ws = workQueues) == null || ws.length == 0) && nws != null) in fullExternalPush()
1538 workQueues = nws; in fullExternalPush()