HomeSort by relevance Sort by last modified time
    Searched refs:theOneTrueRefCount (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/src/objects/
CEngine.c 26 unsigned theOneTrueRefCount = 0;
43 if ((NULL != theOneTrueEngine) || (0 < theOneTrueRefCount)) {
154 switch (theOneTrueRefCount) {
163 --theOneTrueRefCount;
183 assert(1 == theOneTrueRefCount);
184 theOneTrueRefCount = 0;
  /frameworks/wilhelm/src/
entry.c 92 assert(0 < theOneTrueRefCount);
93 ++theOneTrueRefCount;
136 assert(0 == theOneTrueRefCount);
163 theOneTrueRefCount = 1;
sles_allinclusive.h 421 extern unsigned theOneTrueRefCount;
  /frameworks/wilhelm/src/itf/
IObject.c 98 isSharedEngine = 1 < theOneTrueRefCount;

Completed in 45 milliseconds