Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp640 class TableOperation { class
647 TableOperation( test_table_type& table ) : my_table(table) {} in TableOperation() function in TableOperation
733 …oneapi::tbb::parallel_for(oneapi::tbb::blocked_range<int>(0, n ,100), TableOperation<Op, TableType… in DoConcurrentOperations()