Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java2014 oldSum = 0, checkSum = 0;;) { in helpComplete()
2023 oldSum = checkSum = 0; in helpComplete()
2036 oldSum = checkSum = 0; in helpComplete()
2039 if (oldSum == (oldSum = checkSum)) in helpComplete()
2065 WorkQueue[] ws; int wl, oldSum = 0; in helpStealer() local
2121 oldSum == (oldSum = checkSum)) in helpStealer()
2241 for (int k = origin, oldSum = 0, checkSum = 0;;) { in findNonEmptyStealQueue()
2249 if (oldSum == (oldSum = checkSum)) in findNonEmptyStealQueue()
2394 for (long oldSum = 0L;;) { // repeat until stable in tryTerminate()
2408 if (oldSum == (oldSum = checkSum)) in tryTerminate()
[all …]