Searched refs:DataStateTrackedTable (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 606 using DataStateTrackedTable = oneapi::tbb::concurrent_hash_map<MyKey, move_support_tests::Foo, MyHa… typedef 609 static void apply( DataStateTrackedTable& table, int i ) { in apply() 610 DataStateTrackedTable::accessor a; in apply() 621 static void apply_impl( DataStateTrackedTable& table, int i) { in apply_impl() 629 static void apply( DataStateTrackedTable& table, int i ) { in apply() 632 apply_impl<DataStateTrackedTable::accessor>(table, i); in apply() 634 apply_impl<DataStateTrackedTable::const_accessor>(table, i); in apply() 1564 DataStateTrackedTable table; 1565 … DoConcurrentOperations<RvalueInsert, DataStateTrackedTable>( table, n, "rvalue ref insert", 1 ); 1568 DataStateTrackedTable table; [all …]
|