Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java2046 oldSum = 0, checkSum = 0;;) { in helpComplete()
2055 oldSum = checkSum = 0; in helpComplete()
2068 oldSum = checkSum = 0; in helpComplete()
2071 if (oldSum == (oldSum = checkSum)) in helpComplete()
2097 WorkQueue[] ws; int wl, oldSum = 0; in helpStealer() local
2153 oldSum == (oldSum = checkSum)) in helpStealer()
2273 for (int k = origin, oldSum = 0, checkSum = 0;;) { in findNonEmptyStealQueue()
2281 if (oldSum == (oldSum = checkSum)) in findNonEmptyStealQueue()
2426 for (long oldSum = 0L;;) { // repeat until stable in tryTerminate()
2440 if (oldSum == (oldSum = checkSum)) in tryTerminate()
[all …]