Searched refs:mRefCount (Results 1 – 4 of 4) sorted by relevance
34 unsigned int mRefCount; variable88 if (mRefCount || threadRunning) { in release_Locked()103 void incRef_Locked(void) { ++mRefCount; } in incRef_Locked()105 bool owned_Locked(void) const { return mRefCount != 0; } in owned_Locked()108 if ((mRefCount && --mRefCount) || !mRelease || threadRunning) { in decRef_Locked()
31 mRefCount(1), in LogTimeEntry()
33 mRefCount = 1; in init()232 mRefCount++; in incRef()239 mRefCount--; in decRef()240 if (mRefCount == 0) { in decRef()242 } else if (mRefCount < 0) { in decRef()
27 int mRefCount; variable