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