Searched refs:GraphThreadPoolExecutor (Results 1 – 3 of 3) sorted by relevance
23 public class GraphThreadPoolExecutor<T> extends ThreadPoolExecutor { class34 …public GraphThreadPoolExecutor(DynamicGraph<T> graph, IThreadWorkerFactory<T> factory, int corePoo… in GraphThreadPoolExecutor() method in GraphThreadPoolExecutor
41 import org.testng.internal.thread.graph.GraphThreadPoolExecutor;1184 GraphThreadPoolExecutor<ISuite> pooledExecutor = in runSuitesLocally()1185 new GraphThreadPoolExecutor<>(suiteGraph, factory, m_suiteThreadPoolSize, in runSuitesLocally()
49 import org.testng.internal.thread.graph.GraphThreadPoolExecutor;752 GraphThreadPoolExecutor<ITestNGMethod> executor = in privateRun()753 new GraphThreadPoolExecutor<>(graph, this, in privateRun()