Home
last modified time | relevance | path

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

/third_party/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
/third_party/flutter/skia/src/core/
DSkSharedMutex.h80 ~SkAutoSharedMutexExclusive() SK_RELEASE_CAPABILITY() { fLock.release(); } in SK_RELEASE_CAPABILITY() function
98 ~SkAutoSharedMutexShared() SK_RELEASE_CAPABILITY() { fLock.releaseShared(); } in SK_RELEASE_CAPABILITY() function
/third_party/flutter/skia/include/private/
DSkSpinlock.h51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY() function
DSkMutex.h44 ~SkAutoMutexExclusive() SK_RELEASE_CAPABILITY() { fMutex.release(); } in SK_RELEASE_CAPABILITY() function
DSkThreadAnnotations.h51 #define SK_RELEASE_CAPABILITY(...) \ macro
/third_party/skia/include/private/
DSkSpinlock.h51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY() function
DSkMutex.h44 ~SkAutoMutexExclusive() SK_RELEASE_CAPABILITY() { fMutex.release(); } in SK_RELEASE_CAPABILITY() function
DSkThreadAnnotations.h51 #define SK_RELEASE_CAPABILITY(...) \ macro
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp64 ~Exclusive() SK_RELEASE_CAPABILITY() { in SK_RELEASE_CAPABILITY() function in __anona13068cb0111::Exclusive
85 ~Shared() SK_RELEASE_CAPABILITY() { in SK_RELEASE_CAPABILITY() function in __anona13068cb0111::Shared