Searched refs:_maxStopTime (Results 1 – 1 of 1) sorted by relevance
61 private int _maxStopTime=100; field in QueuedThreadPool121 while (_threadsStarted.get()>0 && (System.currentTimeMillis()-start) < (_maxStopTime/2)) in doStop()137 while (_threadsStarted.get()>0 && (System.currentTimeMillis()-start) < _maxStopTime) in doStop()194 _maxStopTime = stopTimeMs; in setMaxStopTimeMs()288 return _maxStopTime; in getMaxStopTimeMs()