Searched refs:oldVal (Results 1 – 1 of 1) sorted by relevance
1516 FreeObject* oldVal = nullptr; in readyToShare() local1518 publicFreeList.compare_exchange_strong(oldVal, (FreeObject*)UNUSABLE); in readyToShare()1523 if ( (oldVal=publicFreeList)==nullptr ) in readyToShare()1527 return oldVal==nullptr; in readyToShare()