Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h261 hashcode_type m_now, m_old = m; in check_mask_race() local
262 m_now = my_mask.load(std::memory_order_acquire); in check_mask_race()
263 if (m_old != m_now) { in check_mask_race()
264 return check_rehashing_collision(h, m_old, m = m_now); in check_mask_race()