Home
last modified time | relevance | path

Searched refs:fLock (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/core/
DSkSharedMutex.h74 SkAutoSharedMutexShared(SkSharedMutex& lock) : fLock(lock) { lock.acquireShared(); } in SkAutoSharedMutexShared()
75 ~SkAutoSharedMutexShared() { fLock.releaseShared(); } in ~SkAutoSharedMutexShared()
77 SkSharedMutex& fLock;
DSkGlyphCache.cpp408 SkAutoExclusive ac(fLock); in getTotalMemoryUsed()
413 SkAutoExclusive ac(fLock); in getCacheCountUsed()
418 SkAutoExclusive ac(fLock); in getCacheCountLimit()
428 SkAutoExclusive ac(fLock); in setCacheSizeLimit()
437 SkAutoExclusive ac(fLock); in getCacheSizeLimit()
446 SkAutoExclusive ac(fLock); in setCacheCountLimit()
455 SkAutoExclusive ac(fLock); in getCachePointSizeLimit()
464 SkAutoExclusive ac(fLock); in setCachePointSizeLimit()
472 SkAutoExclusive ac(fLock); in purgeAll()
506 SkAutoExclusive ac(globals.fLock); in VisitCache()
[all …]
DSkGlyphCache_Globals.h50 mutable SkSpinlock fLock; variable
/external/skia/src/core/
DSkSharedMutex.h74 SkAutoSharedMutexShared(SkSharedMutex& lock) : fLock(lock) { lock.acquireShared(); } in SkAutoSharedMutexShared()
75 ~SkAutoSharedMutexShared() { fLock.releaseShared(); } in ~SkAutoSharedMutexShared()
77 SkSharedMutex& fLock;
DSkGlyphCache.cpp404 SkAutoExclusive ac(fLock); in getTotalMemoryUsed()
409 SkAutoExclusive ac(fLock); in getCacheCountUsed()
414 SkAutoExclusive ac(fLock); in getCacheCountLimit()
424 SkAutoExclusive ac(fLock); in setCacheSizeLimit()
433 SkAutoExclusive ac(fLock); in getCacheSizeLimit()
442 SkAutoExclusive ac(fLock); in setCacheCountLimit()
451 SkAutoExclusive ac(fLock); in getCachePointSizeLimit()
460 SkAutoExclusive ac(fLock); in setCachePointSizeLimit()
468 SkAutoExclusive ac(fLock); in purgeAll()
502 SkAutoExclusive ac(globals.fLock); in VisitCache()
[all …]
DSkGlyphCache_Globals.h50 mutable SkSpinlock fLock; variable
/external/skqp/src/utils/win/
DSkDWrite.h55 reinterpret_cast<const void **>(&fData), &fSize, &fLock, &fExists); in AutoDWriteTable()
59 fFontFace->ReleaseFontTable(fLock); in ~AutoDWriteTable()
69 void* fLock; variable
/external/skia/src/utils/win/
DSkDWrite.h55 reinterpret_cast<const void **>(&fData), &fSize, &fLock, &fExists); in AutoDWriteTable()
59 fFontFace->ReleaseFontTable(fLock); in ~AutoDWriteTable()
69 void* fLock; variable