Searched refs:doneAllocating (Results 1 – 1 of 1) sorted by relevance
42 private boolean doneAllocating; field in ProtectedPromise64 checkState(!doneAllocating, "Done allocating. No more promises can be allocated."); in newPromise()76 if (!doneAllocating) { in doneAllocatingPromises()77 doneAllocating = true; in doneAllocatingPromises()127 if (successfulCount == expectedCount && doneAllocating) { in trySuccess()