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