Searched refs:maxTimeOut (Results 1 – 1 of 1) sorted by relevance
1442 long maxTimeOut= -1; // 10 seconds in runWorkers() local1446 if(mt > maxTimeOut) { in runWorkers()1447 maxTimeOut= mt; in runWorkers()1451 ThreadUtil.execute(workers, threadPoolSize, maxTimeOut, true); in runWorkers()