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

  /external/skia/include/core/
SkPixelRef.h 56 int getLockCount() const { return fLockCount; }
183 int fLockCount;
  /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/gpu/include/
GrTextureCache.h 149 bool isLocked() const { return fLockCount != 0; }
150 void lock() { ++fLockCount; }
152 GrAssert(fLockCount > 0);
153 --fLockCount;
161 int fLockCount;

Completed in 244 milliseconds