Searched defs:num_threads (Results 1 – 8 of 8) sorted by relevance
55 static int32_t num_threads; member in art::BarrierTest58 int32_t BarrierTest::num_threads = 4; member in art::BarrierTest
56 static int32_t num_threads; member in art::ThreadPoolTest59 int32_t ThreadPoolTest::num_threads = 4; member in art::ThreadPoolTest
163 size_t num_threads, in ThreadPool()
85 final int num_threads = 10; in main() local
146 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads()
208 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads()
147 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads()
1062 const size_t num_threads = std::max(parallel_gc_threads_, conc_gc_threads_); in CreateThreadPool() local