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.java2043 oldSum = 0, checkSum = 0;;) { in helpComplete()
2052 oldSum = checkSum = 0; in helpComplete()
2065 oldSum = checkSum = 0; in helpComplete()
2068 if (oldSum == (oldSum = checkSum)) in helpComplete()
2094 WorkQueue[] ws; int wl, oldSum = 0; in helpStealer() local
2150 oldSum == (oldSum = checkSum)) in helpStealer()
2270 for (int k = origin, oldSum = 0, checkSum = 0;;) { in findNonEmptyStealQueue()
2278 if (oldSum == (oldSum = checkSum)) in findNonEmptyStealQueue()
2423 for (long oldSum = 0L;;) { // repeat until stable in tryTerminate()
2437 if (oldSum == (oldSum = checkSum)) in tryTerminate()
[all …]