Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp419 …bb::enumerable_thread_specific<T, Allocator<T>, oneapi::tbb::ets_key_per_instance> cached_ets_type; in run_parallel_scalar_tests_nocombine() typedef
421 cached_ets_type cconst(sums); in run_parallel_scalar_tests_nocombine()
427 cached_ets_type cconst_to_assign1 = cconst; in run_parallel_scalar_tests_nocombine()
428 cached_ets_type cconst_to_assign2; in run_parallel_scalar_tests_nocombine()
432 … for ( typename cached_ets_type::const_iterator i = cconst.begin(); i != cconst.end(); ++i ) { in run_parallel_scalar_tests_nocombine()
445 cached_ets_type cassgn; in run_parallel_scalar_tests_nocombine()
447 … for ( typename cached_ets_type::const_iterator i = cassgn.begin(); i != cassgn.end(); ++i ) { in run_parallel_scalar_tests_nocombine()