Searched refs:cellPtr (Results 1 – 1 of 1) sorted by relevance
992 auto *cellPtr = reinterpret_cast<std::atomic<GHashCell> *>(&table[idx]); in insert() local993 GHashCell oldCell(cellPtr->load()); in insert()1001 if (cellPtr->compare_exchange_weak(oldCell, newCell)) in insert()