Searched refs:pending (Results 1 – 4 of 4) sorted by relevance
418 volatile int pending; field in CountedCompleter430 this.pending = initialPendingCount; in CountedCompleter()509 return pending; in getPendingCount()518 pending = count; in setPendingCount()550 do {} while ((c = pending) != 0 && in decrementPendingCountUnlessZero()577 if ((c = a.pending) == 0) { in tryComplete()601 if ((c = a.pending) == 0) { in propagateCompletion()650 if ((c = pending) == 0) in firstComplete()
38 private boolean pending; field in KXmlSerializer87 if (!pending) in check()91 pending = false; in check()279 boolean p = pending; in getPrefix()280 pending = false; in getPrefix()282 pending = p; in getPrefix()351 pending = false; in setOutput()444 pending = true; in startTag()454 if (!pending) in attribute()514 if (!pending) in endTag()[all …]
331 Iterator<String> pending = null; field in ServiceLoader.LazyIterator354 while ((pending == null) || !pending.hasNext()) { in hasNextService()358 pending = parse(service, configs.nextElement()); in hasNextService()360 nextName = pending.next(); in hasNextService()
523 boolean pending = false; in implRead()558 pending = true; in implRead()566 if (!pending) in implRead()706 boolean pending = false; in implWrite()741 pending = true; in implWrite()749 if (!pending) in implWrite()