Home
last modified time | relevance | path

Searched refs:theOneTrueRefCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/objects/
DCEngine.c26 unsigned theOneTrueRefCount = 0; variable
43 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()
/frameworks/wilhelm/src/
Dentry.c92 assert(0 < theOneTrueRefCount); in liCreateEngine()
93 ++theOneTrueRefCount; in liCreateEngine()
136 assert(0 == theOneTrueRefCount); in liCreateEngine()
163 theOneTrueRefCount = 1; in liCreateEngine()
Dsles_allinclusive.h421 extern unsigned theOneTrueRefCount;
/frameworks/wilhelm/src/itf/
DIObject.c98 isSharedEngine = 1 < theOneTrueRefCount; in IObject_Realize()