Home
last modified time | relevance | path

Searched refs:_maxStopTime (Results 1 – 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/thread/
DQueuedThreadPool.java61 private int _maxStopTime=100; field in QueuedThreadPool
121 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()