Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp485 void run_parallel_scalar_tests(const char* test_name, const char* allocator_name) { in run_parallel_scalar_tests() function
826 run_parallel_scalar_tests<int, Allocator>("int",allocator_name); in run_parallel_tests()
827 run_parallel_scalar_tests<double, Allocator>("double",allocator_name); in run_parallel_tests()
829run_parallel_scalar_tests<ThrowingConstructor, Allocator>("ThrowingConstructor", allocator_name); in run_parallel_tests()