Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp965 class AddToTable { class
970AddToTable( test_table_type& table, std::size_t nthread, int m ) : my_table(table), my_nthread(nth… in AddToTable() function in AddToTable
1033 utils::NativeParallelFor( nthread, AddToTable(table,nthread,m) ); in TestConcurrency()