Searched refs:_threadsStarted (Results 1 – 1 of 1) sorted by relevance
48 private final AtomicInteger _threadsStarted = new AtomicInteger(); field in QueuedThreadPool97 _threadsStarted.set(0); in doStart()105 int threads=_threadsStarted.get(); in doStart()109 threads=_threadsStarted.get(); in doStart()121 while (_threadsStarted.get()>0 && (System.currentTimeMillis()-start) < (_maxStopTime/2)) in doStop()132 if (_threadsStarted.get()>0) in doStop()137 while (_threadsStarted.get()>0 && (System.currentTimeMillis()-start) < _maxStopTime) in doStop()223 int threads=_threadsStarted.get(); in setMinThreads()227 threads=_threadsStarted.get(); in setMinThreads()364 int threads=_threadsStarted.get(); in dispatch()[all …]