Searched refs:exception_set_type (Results 1 – 2 of 2) sorted by relevance
208 using exception_set_type = tbb::concurrent_unordered_set<ThrowOnCopy>; typedef209 test_exception_on_copy_ctor<exception_set_type>();
226 using exception_set_type = tbb::concurrent_set<ThrowOnCopy>; typedef227 test_exception_on_copy_ctor<exception_set_type>();