Home
last modified time | relevance | path

Searched refs:countP (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSObject.cpp110 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; in taggedTryRetain() local
121 origCount = *countP; in taggedTryRetain()
146 } while (!OSCompareAndSwap(origCount, newCount, const_cast<UInt32 *>(countP))); in taggedTryRetain()
168 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; in taggedRelease() local
180 origCount = *countP; in taggedRelease()
209 } while (!OSCompareAndSwap(origCount, newCount, const_cast<UInt32 *>(countP))); in taggedRelease()