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