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

  /external/skia/include/private/
SkMutex.h 108 // SkAutoTExclusive is a lighter weight version of SkAutoTAcquire. It assumes that there is a valid
111 class SkAutoTExclusive {
113 SkAutoTExclusive(Lock& lock) : fLock(lock) { lock.acquire(); }
114 ~SkAutoTExclusive() { fLock.release(); }
122 typedef SkAutoTExclusive<SkBaseMutex> SkAutoMutexExclusive;
  /external/skia/src/core/
SkGlyphCache.cpp 470 typedef SkAutoTExclusive<SkSpinlock> Exclusive;
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 43 typedef SkAutoTExclusive<SkSharedMutex> Exclusive;

Completed in 178 milliseconds