HomeSort by relevance Sort by last modified time
    Searched defs:_maxStopTime (Results 1 - 2 of 2) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/util/thread/
QueuedThreadPool.java 61 private int _maxStopTime=100;
121 while (_threadsStarted.get()>0 && (System.currentTimeMillis()-start) < (_maxStopTime/2))
137 while (_threadsStarted.get()>0 && (System.currentTimeMillis()-start) < _maxStopTime)
194 _maxStopTime = stopTimeMs;
288 return _maxStopTime;
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 58 milliseconds