Home | History | Annotate | Download | only in ports

Lines Matching refs:newCount

231     ULONG newCount = InterlockedDecrement(&fRefCount);
232 if (0 == newCount) {
235 return newCount;
306 ULONG newCount = InterlockedDecrement(&fRefCount);
307 if (0 == newCount) {
310 return newCount;
393 ULONG newCount = InterlockedDecrement(&fRefCount);
394 if (0 == newCount) {
397 return newCount;