Searched refs:FillTable (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 221 void FillTable( test_table_type& x, int n ) { in FillTable() function 259 FillTable(t1,i); in TestCopy() 297 FillTable( v, i ); in TestRehash() 317 FillTable(t1,i); in TestAssignment() 318 FillTable(t2,j); in TestAssignment() 388 FillTable( v, 1000 ); in TestIteratorsAndRanges() 403 FillTable( t1, 10 ); in TestIteratorsAndRanges() 482 FillTable( src, 1000 ); in TestExceptions() 511 FillTable( victim, 1000 ); in TestExceptions()
|
| /oneTBB/test/common/ |
| H A D | concurrent_associative_common.h | 669 class FillTable { 676 FillTable(Container& table, int items, bool asymptotic) 796 utils::NativeParallelFor(num_threads, FillTable<Container>(table, items, asymptotic));
|