Home
last modified time | relevance | path

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

/third_party/skia/include/private/
H A DSkSpinlock.h37 void release() SK_RELEASE_CAPABILITY() { in SK_RELEASE_CAPABILITY() function
51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY() function in SkAutoSpinlock
H A DSkMutex.h26 void release() SK_RELEASE_CAPABILITY() { in SK_RELEASE_CAPABILITY() function
44 ~SkAutoMutexExclusive() SK_RELEASE_CAPABILITY() { fMutex.release(); } in SK_RELEASE_CAPABILITY() function in SkAutoMutexExclusive
H A DSkThreadAnnotations.h51 #define SK_RELEASE_CAPABILITY(...) \ macro
/third_party/skia/src/core/
H A DSkSharedMutex.h80 ~SkAutoSharedMutexExclusive() SK_RELEASE_CAPABILITY() { fLock.release(); } in SK_RELEASE_CAPABILITY() function in SkAutoSharedMutexExclusive
96 ~SkAutoSharedMutexShared() SK_RELEASE_CAPABILITY() { fLock.releaseShared(); } in SK_RELEASE_CAPABILITY() function in SkAutoSharedMutexShared
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp64 ~Exclusive() SK_RELEASE_CAPABILITY() { in SK_RELEASE_CAPABILITY() function in __anon18944::Exclusive
85 ~Shared() SK_RELEASE_CAPABILITY() { in SK_RELEASE_CAPABILITY() function in __anon18944::Shared

Completed in 3 milliseconds