Searched refs:hashcode_type (Results 1 – 1 of 1) sorted by relevance
83 using hashcode_type = std::size_t; variable260 inline bool check_mask_race( const hashcode_type h, hashcode_type &m ) const { in check_mask_race()261 hashcode_type m_now, m_old = m; in check_mask_race()270 …bool check_rehashing_collision( const hashcode_type h, hashcode_type m_old, hashcode_type m ) cons… in check_rehashing_collision()357 std::atomic<hashcode_type> my_mask;636 using hashcode_type = typename base_type::hashcode_type; in __TBB_requires() local731 …hashcode_type mask = (hashcode_type(1) << tbb::detail::log2(hash)) - 1; // get parent mask from th… in __TBB_requires()814 hashcode_type my_hash; in __TBB_requires()976 …hashcode_type m = ( hashcode_type(1) << tbb::detail::log2( h ) ) - 1; // get parent mask from the … in __TBB_requires()1469 hashcode_type h = my_hash_compare.hash( key ); in __TBB_requires()[all …]