Searched defs:fLockCount (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkPixelRef.h69 bool isLocked() const { return fLockCount > 0; }
229 int fLockCount; member in class:SkPixelRef
/external/icu4c/test/cintltst/
H A Dhpmufn.c216 int fLockCount; member in struct:DummyMutex
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/gpu/
H A DGrResourceCache.h141 bool isLocked() const { return fLockCount != 0; }
142 void lock() { ++fLockCount; }
144 GrAssert(fLockCount > 0);
145 --fLockCount;
153 int fLockCount; member in class:GrResourceEntry

Completed in 110 milliseconds