Searched defs:num_threads (Results 1 – 7 of 7) 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
141 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()