Searched defs:SkAutoExclusive (Results 1 – 1 of 1) sorted by relevance
80 SkAutoExclusive(T& mutex) : fMutex(&mutex) { in SkAutoExclusive() function91 #define SkAutoExclusive(...) SK_REQUIRE_LOCAL_VAR(SkAutoExclusive) macro