Searched refs:theOneTrueRefCount (Results 1 - 4 of 4) 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;
/frameworks/wilhelm/src/
H A Dentry.c92 assert(0 < theOneTrueRefCount);
93 ++theOneTrueRefCount;
136 assert(0 == theOneTrueRefCount);
163 theOneTrueRefCount = 1;
H A Dsles_allinclusive.h421 extern unsigned theOneTrueRefCount;
/frameworks/wilhelm/src/itf/
H A DIObject.c98 isSharedEngine = 1 < theOneTrueRefCount;

Completed in 907 milliseconds