Home
last modified time | relevance | path

Searched defs:SkAutoExclusive (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/private/
DSkMutex.h80 SkAutoExclusive(T& mutex) : fMutex(&mutex) { in SkAutoExclusive() function
91 #define SkAutoExclusive(...) SK_REQUIRE_LOCAL_VAR(SkAutoExclusive) macro