Searched defs:theOneTrueRefCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/objects/
H A DCEngine.c26 unsigned theOneTrueRefCount = 0; variable
43 if ((NULL != theOneTrueEngine) || (0 < theOneTrueRefCount)) {
154 switch (theOneTrueRefCount) {
163 --theOneTrueRefCount;
183 assert(1 == theOneTrueRefCount);
184 theOneTrueRefCount = 0;

Completed in 50 milliseconds