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