Home
last modified time | relevance | path

Searched refs:test_array (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_parallel_sort.cpp358 int test_array[array_size]; in sort_array_test() local
360 test_array[i] = rand() % array_size; in sort_array_test()
362 sort_functor(test_array); in sort_array_test()
365 REQUIRE_MESSAGE(test_array[i] <= test_array[i + 1], "Testing data not sorted"); in sort_array_test()
417 int test_array[array_size]; variable
419 test_array[i] = rand() % array_size;
421 tbb::parallel_sort(test_array);