| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _segment_table.h | 173 …void enable_segment( segment_type& segment, segment_table_type table, segment_index_type seg_index… in enable_segment() 203 size_type number_of_segments( segment_table_type table ) const { in number_of_segments() 210 segment_table_type table = get_table(); in capacity() local 221 size_type find_last_allocated_segment( segment_table_type table ) const noexcept { in find_last_allocated_segment() 277 …void extend_table_if_necessary(segment_table_type& table, size_type start_index, size_type end_ind… in extend_table_if_necessary() 505 segment_table_type table = my_segment_table.load(std::memory_order_acquire); in internal_subscript() local 537 void zero_table( segment_table_type table, size_type count ) { in zero_table()
|
| H A D | _concurrent_unordered_base.h | 733 const_range_type( const concurrent_unordered_base& table ) in const_range_type() 838 …segment_type nullify_segment( typename base_type::segment_table_type table, size_type segment_inde… in nullify_segment()
|
| /oneTBB/examples/concurrent_hash_map/count_strings/ |
| H A D | count_strings.cpp | 83 StringTable& table; member 97 StringTable table; in CountOccurrences() local 240 StringTable table; in main() local
|
| /oneTBB/test/common/ |
| H A D | node_handling_support.h | 149 Container table; in generate_node_handle() local 237 void test_insert( Container table, const typename Container::value_type& value ) { in test_insert() 377 for (auto table : src_tables) { in check_concurrent_merge() local
|
| H A D | concurrent_ordered_common.h | 28 inline void CheckContainerAllocator(MyTable &table, size_t expected_allocs, size_t expected_frees, … in CheckContainerAllocator()
|
| H A D | concurrent_unordered_common.h | 28 inline void CheckContainerAllocator(MyTable &table, size_t expected_allocs, size_t expected_frees, … in CheckContainerAllocator()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_vector.h | 569 …segment_type create_segment( segment_table_type table, segment_index_type seg_index, size_type ind… in create_segment() 647 segment_type nullify_segment( segment_table_type table, size_type segment_index ) { in nullify_segment() 755 segment_table_type table = this->my_segment_table.load(std::memory_order_acquire); in internal_subscript_with_exceptions() local 791 …void internal_loop_construct( segment_table_type table, size_type start_idx, size_type end_idx, co… in internal_loop_construct() 811 …void internal_loop_construct( segment_table_type table, size_type start_idx, size_type end_idx, Fo… in internal_loop_construct() 831 segment_table_type table = this->get_table(); in internal_grow() local 949 segment_table_type table = this->get_table(); in internal_compact() local
|
| H A D | concurrent_hash_map.h | 316 void internal_swap_content(hash_map_base &table) { in internal_swap_content()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 647 TableOperation( test_table_type& table ) : my_table(table) {} in TableOperation() 731 void DoConcurrentOperations( TableType& table, int n, const char* what, std::size_t nthread ) { in DoConcurrentOperations() 737 void TraverseTable( test_table_type& table, size_t n, size_t expected_size ) { in TraverseTable() 833 YourTable& table; member 886 void ParallelTraverseTable( test_table_type& table, size_t n, size_t expected_size ) { in ParallelTraverseTable() 916 test_table_type table(alloc); in TestInsertFindErase() local 970 …AddToTable( test_table_type& table, std::size_t nthread, int m ) : my_table(table), my_nthread(nth… in AddToTable() 1005 RemoveFromTable( test_table_type& table, int m ) : my_table(table), my_m(m) {} in RemoveFromTable() 1029 test_table_type table; in TestConcurrency() local 1564 DataStateTrackedTable table; variable [all …]
|