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

/darwin-on-arm/xnu/libkern/c++/
H A DOSObject.cpp115 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; local
125 origCount = *countP;
152 } while (!OSCompareAndSwap(origCount, newCount, const_cast<UInt32 *>(countP)));
162 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; local
173 origCount = *countP;
203 } while (!OSCompareAndSwap(origCount, newCount, const_cast<UInt32 *>(countP)));

Completed in 14 milliseconds