Searched refs:active (Results 1 – 3 of 3) sorted by relevance
175 int active = 1; in doInvokeAny() local183 ++active; in doInvokeAny()185 else if (active == 0) in doInvokeAny()197 --active; in doInvokeAny()
2299 for (boolean active = true;;) { in helpQuiescePool()2306 if (!active) { // re-establish active count in helpQuiescePool()2307 active = true; in helpQuiescePool()2317 else if (active) { // decrement active count without queuing in helpQuiescePool()2320 active = false; in helpQuiescePool()
225 int active = 0; in test_activeCount() local228 active = Thread.activeCount(); in test_activeCount()230 assertTrue("Incorrect activeCount for current group: " + active, active > 1); in test_activeCount()