Searched refs:number_of_threads (Results 1 – 1 of 1) sorted by relevance
384 int number_of_threads = 2 * Runtime.getRuntime().availableProcessors(); in buildRSVolume() local385 Thread[] t = new Thread[number_of_threads]; in buildRSVolume()386 for (int i = 0; i < number_of_threads; i++) { in buildRSVolume()463 for (int i = 0; i < number_of_threads; i++) { in buildRSVolume()