Home | History | Annotate | Download | only in runtime

Lines Matching defs:kNumThreads

1096   const int kNumThreads = 32;
1098 ThreadPool thread_pool("Oat file assistant test thread pool", kNumThreads);
1100 for (int i = 0; i < kNumThreads; i++) {