Searched refs:theOneTrueRefCount (Results 1 – 4 of 4) sorted by relevance
26 unsigned theOneTrueRefCount = 0; variable43 if ((NULL != theOneTrueEngine) || (0 < theOneTrueRefCount)) { in onDlClose()154 switch (theOneTrueRefCount) { in CEngine_PreDestroy()163 --theOneTrueRefCount; in CEngine_PreDestroy()183 assert(1 == theOneTrueRefCount); in CEngine_Destroyed()184 theOneTrueRefCount = 0; in CEngine_Destroyed()
92 assert(0 < theOneTrueRefCount); in liCreateEngine()93 ++theOneTrueRefCount; in liCreateEngine()136 assert(0 == theOneTrueRefCount); in liCreateEngine()163 theOneTrueRefCount = 1; in liCreateEngine()
421 extern unsigned theOneTrueRefCount;
98 isSharedEngine = 1 < theOneTrueRefCount; in IObject_Realize()