Searched refs:theOneTrueRefCount (Results 1 – 4 of 4) sorted by relevance
31 unsigned theOneTrueRefCount = 0; variable48 if ((NULL != theOneTrueEngine) || (0 < theOneTrueRefCount)) { in onDlClose()173 switch (theOneTrueRefCount) { in CEngine_PreDestroy()182 --theOneTrueRefCount; in CEngine_PreDestroy()202 assert(1 == theOneTrueRefCount); in CEngine_Destroyed()203 theOneTrueRefCount = 0; in CEngine_Destroyed()
91 assert(0 < theOneTrueRefCount); in liCreateEngine()92 ++theOneTrueRefCount; in liCreateEngine()135 assert(0 == theOneTrueRefCount); in liCreateEngine()161 theOneTrueRefCount = 1; in liCreateEngine()
429 extern unsigned theOneTrueRefCount;
98 isSharedEngine = 1 < theOneTrueRefCount; in IObject_Realize()