Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp1006 …thread_specific<HasSpecialAndMoveCtor, Allocator<HasSpecialAndMoveCtor> > ets4(SecretTag, 0x42, "m… in TestInstantiation() local
1007 ets4.local(); in TestInstantiation()
1008 ets4.combine_each(EmptyCombineEach<HasSpecialAndMoveCtor>()); in TestInstantiation()
1015 oneapi::tbb::enumerable_thread_specific<HasSpecialAndMoveCtor> ets6( std::move(ets4) ); in TestInstantiation()