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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSObject.cpp141 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; local
151 origCount = *countP;
178 } while (!OSCompareAndSwap(origCount, newCount, (UInt32 *) countP));
188 volatile UInt32 *countP = (volatile UInt32 *) &retainCount; local
199 origCount = *countP;
229 } while (!OSCompareAndSwap(origCount, newCount, (UInt32 *) countP));
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dc++rem3.c990 static Boolean parse_count(ParseContext *c, int *countP) argument
1002 if (countP)
1003 *countP = count;

Completed in 33 milliseconds