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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSObject.cpp143 UInt32 origCount; local
151 origCount = *countP;
152 if ( ((UInt16) origCount | 0x1) == 0xffff ) {
154 if (origCount & 0x1) {
177 newCount = origCount + inc;
178 } while (!OSCompareAndSwap(origCount, newCount, (UInt32 *) countP));
190 UInt32 origCount; local
199 origCount = *countP;
201 if ( ((UInt16) origCount | 0x1) == 0xffff ) {
202 if (origCount
[all...]

Completed in 21 milliseconds