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

/external/chromium_org/third_party/skia/src/ports/
H A DSkMutex_pthread.h16 // A SkBaseMutex is a POD structure that can be directly initialized
20 struct SkBaseMutex { struct
40 class SkMutex : public SkBaseMutex {
86 #define SK_DECLARE_STATIC_MUTEX(name) static SkBaseMutex name = SK_BASE_MUTEX_INIT
89 #define SK_DECLARE_GLOBAL_MUTEX(name) SkBaseMutex name = SK_BASE_MUTEX_INIT
H A DSkMutex_win.h33 // On Windows, SkBaseMutex and SkMutex are the same thing,
70 typedef SkMutex SkBaseMutex; typedef
73 #define SK_DECLARE_STATIC_MUTEX(name) static SkBaseMutex name
74 #define SK_DECLARE_GLOBAL_MUTEX(name) SkBaseMutex name
/external/skia/src/ports/
H A DSkMutex_pthread.h16 // A SkBaseMutex is a POD structure that can be directly initialized
20 struct SkBaseMutex { struct
41 class SkMutex : public SkBaseMutex {
87 #define SK_DECLARE_STATIC_MUTEX(name) static SkBaseMutex name = SK_BASE_MUTEX_INIT
90 #define SK_DECLARE_GLOBAL_MUTEX(name) SkBaseMutex name = SK_BASE_MUTEX_INIT
H A DSkMutex_win.h33 // On Windows, SkBaseMutex and SkMutex are the same thing,
70 typedef SkMutex SkBaseMutex; typedef
73 #define SK_DECLARE_STATIC_MUTEX(name) static SkBaseMutex name
74 #define SK_DECLARE_GLOBAL_MUTEX(name) SkBaseMutex name

Completed in 171 milliseconds