Home
last modified time | relevance | path

Searched refs:runTask (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
DMultiThreadAccessTest.java122 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()
DStressTest.java130 threadPool.runTask(createTask(i)); in testManyConnectionsUsingManyThreads()
203 threadPool.runTask(insertTask(numConnections, i)); in testInsertOfManyRowsUsingManyThreads()
/libcore/luni/src/test/java/tests/support/
DThreadPool.java44 public synchronized void runTask(Runnable task) { in runTask() method in ThreadPool
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java1150 final void runTask(ForkJoinTask<?> task) { in runTask() method in ForkJoinPool.WorkQueue
1990 w.runTask(t); in scan()