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

/xnu-2782.1.97/libkern/c++/
H A DOSObject.cpp116 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; local
126 origCount = *countP;
153 } while (!OSCompareAndSwap(origCount, newCount, const_cast<UInt32 *>(countP)));
163 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; local
174 origCount = *countP;
204 } while (!OSCompareAndSwap(origCount, newCount, const_cast<UInt32 *>(countP)));

Completed in 19 milliseconds