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

  /external/skia/include/core/
SkPixelRef.h 51 int getLockCount() const { return fLockCount; }
148 int fLockCount;
  /external/chromium/third_party/icu/source/test/cintltst/
hpmufn.c 216 int fLockCount;
226 theMutex->fLockCount = 0;
239 TEST_ASSERT(This->fLockCount == 0);
242 This->fLockCount = 0;
250 This->fLockCount++;
258 This->fLockCount--;
259 TEST_ASSERT(This->fLockCount >= 0);
  /external/icu4c/test/cintltst/
hpmufn.c 216 int fLockCount;
226 theMutex->fLockCount = 0;
239 TEST_ASSERT(This->fLockCount == 0);
242 This->fLockCount = 0;
250 This->fLockCount++;
258 This->fLockCount--;
259 TEST_ASSERT(This->fLockCount >= 0);
  /external/skia/src/gl/
SkTextureCache.h 100 int lockCount() const { return fLockCount; }
101 bool isLocked() const { return fLockCount > 0; }
103 void lock() { fLockCount += 1; }
105 SkASSERT(fLockCount > 0);
106 fLockCount -= 1;
114 int fLockCount;

Completed in 88 milliseconds