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

/xnu-2422.115.4/libkern/c++/
H A DOSObject.cpp117 UInt32 origCount; local
125 origCount = *countP;
126 if ( ((UInt16) origCount | 0x1) == 0xffff ) {
128 if (origCount & 0x1) {
151 newCount = origCount + inc;
152 } while (!OSCompareAndSwap(origCount, newCount, const_cast<UInt32 *>(countP)));
164 UInt32 origCount; local
173 origCount = *countP;
175 if ( ((UInt16) origCount | 0x1) == 0xffff ) {
176 if (origCount
[all...]

Completed in 17 milliseconds