Searched refs:oldCell (Results 1 – 1 of 1) sorted by relevance
993 GHashCell oldCell(cellPtr->load()); in insert() local994 while (oldCell.isEmpty() || oldCell.getGHash(ctx) == ghash) { in insert()997 if (!oldCell.isEmpty() && oldCell < newCell) in insert()1001 if (cellPtr->compare_exchange_weak(oldCell, newCell)) in insert()