Searched refs:max_concurrency (Results 1 – 3 of 3) sorted by relevance
1037 uint32_t max_concurrency; member1076 a->max_concurrency = op.params[1].value.b; in test_1013_thread()1091 size_t max_concurrency = 0; in xtest_tee_test_1013_single() local1113 max_concurrency = 0; in xtest_tee_test_1013_single()1129 if (arg[n].max_concurrency > max_concurrency) in xtest_tee_test_1013_single()1130 max_concurrency = arg[n].max_concurrency; in xtest_tee_test_1013_single()1139 (void)ADBG_EXPECT_COMPARE_UNSIGNED(c, max_concurrency, >, 0); in xtest_tee_test_1013_single()1140 (void)ADBG_EXPECT_COMPARE_UNSIGNED(c, max_concurrency, <=, NUM_THREADS); in xtest_tee_test_1013_single()1141 *mean_concurrency += max_concurrency; in xtest_tee_test_1013_single()1147 max_concurrency = 0; in xtest_tee_test_1013_single()[all …]
358 _Index __p = tbb::this_task_arena::max_concurrency(); in __parallel_strict_scan()