Searched defs:SK_DECLARE_STATIC_MUTEX (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/ports/
H A DSkMutex_pthread.h27 // SK_DECLARE_STATIC_MUTEX. This avoids the generation of a static initializer in the final
90 // SK_DECLARE_STATIC_MUTEX in a function.
94 #define SK_DECLARE_STATIC_MUTEX(name) namespace {} static SkBaseMutex name = SK_BASE_MUTEX_INIT macro
H A DSkMutex_win.h76 // As a result, it is illegal to SK_DECLARE_STATIC_MUTEX in a function.
77 #define SK_DECLARE_STATIC_MUTEX(name) namespace{} static SkBaseMutex name macro

Completed in 67 milliseconds