Searched refs:bp (Results 1 – 1 of 1) sorted by relevance
967 bucket *bp = this->get_bucket( b ); // only the last segment should be scanned for rehashing in __TBB_requires() local968 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()