Searched defs:num_threads (Results 1 – 11 of 11) sorted by relevance
59 static int32_t num_threads; member in art::BarrierTest62 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
243 size_t num_threads, in ThreadPool()
194 size_t num_threads, in AbstractThreadPool()
85 final int num_threads = 10; in main() local
149 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()
153 size_t num_threads, in JitThreadPool()
1158 size_t num_threads = pool->GetThreadCount(); in PrepareForCompaction() local
1135 void Heap::CreateThreadPool(size_t num_threads) { in CreateThreadPool()