HomeSort by relevance Sort by last modified time
    Searched refs:IExecutor (Results 1 - 6 of 6) sorted by null

  /external/testng/src/main/java/org/testng/internal/thread/
IExecutor.java 8 public interface IExecutor {
ExecutorAdapter.java 11 * An implementation for <code>IExecutor</code> based on <code>ThreadPoolExecutor</code>
15 public class ExecutorAdapter extends ThreadPoolExecutor implements IExecutor {
ThreadUtil.java 92 public static final IExecutor createExecutor(int threadCount, String threadFactoryName) {
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /external/testng/src/main/java/org/testng/internal/
MethodInvocationHelper.java 15 import org.testng.internal.thread.IExecutor;
254 IExecutor exec = ThreadUtil.createExecutor(1, tm.getMethodName());
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 83 milliseconds