Lines Matching refs:p
91 for ( int p = 0; p < my_num_threads; ++p) { in touches() local
92 my_last_touch[p] = new T[my_num_threads]; in touches()
94 my_last_touch[p][p2] = -1; in touches()
96 my_touches[p] = new bool[N*my_num_threads]; in touches()
98 my_touches[p][n] = false; in touches()
103 for ( int p = 0; p < my_num_threads; ++p) { in ~touches() local
104 delete [] my_touches[p]; in ~touches()
105 delete [] my_last_touch[p]; in ~touches()
131 for ( int p = 0; p < my_num_threads; ++p) { in validate_touches() local
133 if ( my_touches[p][n] == true ) { in validate_touches()
500 for (int p = 2; p <= 4; ++p) { variable
501 tbb::global_control thread_limit(tbb::global_control::max_allowed_parallelism, p);
502 tbb::task_arena arena(p);
507 test_parallel<int>(p); in __anon9007ffb40202()
508 test_parallel<CheckType<int> >(p); in __anon9007ffb40202()