Searched refs:shouldRun (Results 1 – 1 of 1) sorted by relevance
323 private AtomicBoolean shouldRun = new AtomicBoolean(true); field in Poold729 while (busy && shouldRun.get()) { in initialize()802 while (shouldRun.get()) { in execute()825 while (shouldRun.get() && !gotNext) { in execute()863 if (!shouldRun.get()) in execute()916 shouldRun.set(false); in shutdown()