Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkSharedMutex.h80 ~SkAutoSharedMutexExclusive() SK_RELEASE_CAPABILITY() { fLock.release(); } in SK_RELEASE_CAPABILITY() function
96 ~SkAutoSharedMutexShared() SK_RELEASE_CAPABILITY() { fLock.releaseShared(); } in SK_RELEASE_CAPABILITY() function
/external/skia/include/private/
DSkSpinlock.h51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY() function
DSkMutex.h52 ~SkAutoMutexExclusive() SK_RELEASE_CAPABILITY() { fMutex.release(); } in SK_RELEASE_CAPABILITY() function
DSkThreadAnnotations.h51 #define SK_RELEASE_CAPABILITY(...) \ macro
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp65 ~Exclusive() SK_RELEASE_CAPABILITY() { in SK_RELEASE_CAPABILITY() function in __anonaa232ca70111::Exclusive
86 ~Shared() SK_RELEASE_CAPABILITY() { in SK_RELEASE_CAPABILITY() function in __anonaa232ca70111::Shared