Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h967 bucket *bp = this->get_bucket( b ); // only the last segment should be scanned for rehashing in __TBB_requires() local
968 for(; b <= mask; b++, bp++ ) { in __TBB_requires()
969 node_base *n = bp->node_list.load(std::memory_order_relaxed); in __TBB_requires()
971 …__TBB_ASSERT( *reinterpret_cast<intptr_t*>(&bp->mutex) == 0, "concurrent or unexpectedly terminate… in __TBB_requires()
973 hashcode_type h = b; bucket *b_old = bp; in __TBB_requires()