Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp121 test_concurrent<degenerate_set_type>();
126 test_concurrent<degenerate_multiset_type>();
131 test_concurrent<multiset_type>(true);
136 test_concurrent<degenerate_multiset_type>(true);
142 test_concurrent<checked_set_type>();
148 test_concurrent<checked_multiset_type>();
153 test_concurrent<checked_state_set_type>();
158 test_concurrent<checked_state_multiset_type>();
H A Dtest_concurrent_set.cpp141 test_concurrent<greater_set_type>();
146 test_concurrent<greater_multiset_type>();
152 test_concurrent<checked_set_type>();
158 test_concurrent<checked_multiset_type>();
163 test_concurrent<checked_state_set_type>();
168 test_concurrent<checked_state_multiset_type>();
173 test_concurrent<multiset_type>(true);
178 test_concurrent<greater_multiset_type>(true);
H A Dtest_concurrent_map.cpp159 test_concurrent<greater_map_type>();
164 test_concurrent<greater_multimap_type>();
170 test_concurrent<checked_map_type>();
176 test_concurrent<checked_multimap_type>();
181 test_concurrent<checked_state_map_type>();
186 test_concurrent<checked_state_multimap_type>();
191 test_concurrent<multimap_type>(true);
196 test_concurrent<greater_multimap_type>(true);
H A Dtest_concurrent_unordered_map.cpp140 test_concurrent<degenerate_map_type>();
145 test_concurrent<degenerate_multimap_type>();
150 test_concurrent<multimap_type>(true);
155 test_concurrent<degenerate_multimap_type>(true);
161 test_concurrent<checked_map_type>();
167 test_concurrent<checked_multimap_type>();
172 test_concurrent<checked_state_map_type>();
177 test_concurrent<checked_state_multimap_type>();
H A Dtest_concurrent_priority_queue.cpp75 void test_concurrent( std::size_t n ) { in test_concurrent() function
82 test_concurrent(n); in test_multithreading()
/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp159 test_concurrent<set_type>();
221 test_concurrent<multiset_type>();
H A Dconformance_concurrent_map.cpp184 test_concurrent<map_type>();
252 test_concurrent<multimap_type>();
H A Dconformance_concurrent_unordered_set.cpp230 test_concurrent<set_type>();
293 test_concurrent<multiset_type>();
H A Dconformance_concurrent_unordered_map.cpp259 test_concurrent<map_type>();
328 test_concurrent<multimap_type>();
H A Dconformance_concurrent_priority_queue.cpp530 void test_concurrent(std::size_t n) { in test_concurrent() function
544 test_concurrent(n); in test_multithreading()
/oneTBB/test/common/
H A Dconcurrent_unordered_common.h112 void test_concurrent( bool asymptotic = false ) {
H A Dconcurrent_ordered_common.h157 void test_concurrent(bool asymptotic = false) {