Searched refs:countP (Results 1 – 1 of 1) sorted by relevance
110 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; in taggedTryRetain() local121 origCount = *countP; in taggedTryRetain()146 } while (!OSCompareAndSwap(origCount, newCount, const_cast<UInt32 *>(countP))); in taggedTryRetain()168 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; in taggedRelease() local180 origCount = *countP; in taggedRelease()209 } while (!OSCompareAndSwap(origCount, newCount, const_cast<UInt32 *>(countP))); in taggedRelease()