Home | History | Annotate | Download | only in core

Lines Matching defs:num_threads

31   for (int num_threads = 1; num_threads < kNumThreads; num_threads++) {
32 fprintf(stderr, "Testing with %d threads\n", num_threads);
33 ThreadPool pool(Env::Default(), "test", num_threads);
38 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) {
39 fprintf(stderr, "Testing with %d threads\n", num_threads);
46 ThreadPool pool(Env::Default(), "test", num_threads);
63 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) {
64 fprintf(stderr, "Testing with %d threads\n", num_threads);
67 ThreadPool pool(Env::Default(), "test", num_threads);
86 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) {
87 fprintf(stderr, "Testing with %d threads\n", num_threads);
90 ThreadPool pool(Env::Default(), "test", num_threads);
95 for (int i = 0; i < num_threads + 1; i++) {
100 [&threads_running, &work, num_threads](int64 begin, int64 end,
116 for (int i = 0; i < num_threads + 1; i++) {