Searched refs:runTask (Results 1 – 4 of 4) sorted by relevance
122 threadPool.runTask(createTask1(i)); in test_MultipleAccessToOneTable()134 threadPool.runTask(createTask1(1)); in test_MultipleAccessToSeveralTables()135 threadPool.runTask(createTask2(2)); in test_MultipleAccessToSeveralTables()136 threadPool.runTask(createTask3(3)); in test_MultipleAccessToSeveralTables()148 threadPool.runTask(createTask4(id1)); in test_MultipleOperationsInSeveralTables()151 threadPool.runTask(createTask5(id2)); in test_MultipleOperationsInSeveralTables()155 threadPool.runTask(createTask6(oldID, newID)); in test_MultipleOperationsInSeveralTables()217 threadPool.runTask(createTask7(id, field)); in test_MultipleUpdatesInOneTables()
130 threadPool.runTask(createTask(i)); in testManyConnectionsUsingManyThreads()203 threadPool.runTask(insertTask(numConnections, i)); in testInsertOfManyRowsUsingManyThreads()
44 public synchronized void runTask(Runnable task) { in runTask() method in ThreadPool
1153 final void runTask(ForkJoinTask<?> task) { in runTask() method in ForkJoinPool.WorkQueue1993 w.runTask(t); in scan()