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

/external/chromium_org/third_party/skia/include/core/
H A DSkThread_platform.h139 // A SkBaseMutex is a POD structure that can be directly initialized
144 struct SkBaseMutex { struct
152 #define SK_DECLARE_STATIC_MUTEX(name) static SkBaseMutex name = { PTHREAD_MUTEX_INITIALIZER }
155 #define SK_DECLARE_GLOBAL_MUTEX(name) SkBaseMutex name = { PTHREAD_MUTEX_INITIALIZER }
159 class SK_API SkMutex : public SkBaseMutex, SkNoncopyable {
167 // In the generic case, SkBaseMutex and SkMutex are the same thing, and we
186 typedef SkMutex SkBaseMutex; typedef
188 #define SK_DECLARE_STATIC_MUTEX(name) static SkBaseMutex name
189 #define SK_DECLARE_GLOBAL_MUTEX(name) SkBaseMutex name
/external/skia/include/core/
H A DSkThread_platform.h139 // A SkBaseMutex is a POD structure that can be directly initialized
144 struct SkBaseMutex { struct
152 #define SK_DECLARE_STATIC_MUTEX(name) static SkBaseMutex name = { PTHREAD_MUTEX_INITIALIZER }
155 #define SK_DECLARE_GLOBAL_MUTEX(name) SkBaseMutex name = { PTHREAD_MUTEX_INITIALIZER }
159 class SK_API SkMutex : public SkBaseMutex, SkNoncopyable {
167 // In the generic case, SkBaseMutex and SkMutex are the same thing, and we
186 typedef SkMutex SkBaseMutex; typedef
188 #define SK_DECLARE_STATIC_MUTEX(name) static SkBaseMutex name
189 #define SK_DECLARE_GLOBAL_MUTEX(name) SkBaseMutex name

Completed in 177 milliseconds