Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java360 final int numberOfThreads = 10; in testConcurrentAccess() local
362 final Thread threads[] = new Thread[numberOfThreads]; in testConcurrentAccess()
363 for (int i = 0; i < numberOfThreads; ++i) in testConcurrentAccess()
366 System.out.println("starting thread " + (i + 1) + " of " + (numberOfThreads)); in testConcurrentAccess()
370 for (int i = 0; i < numberOfThreads; ++i) in testConcurrentAccess()

Completed in 11 milliseconds