Searched defs:SkMutex (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkThread_none.cpp36 SkMutex::SkMutex() {} function in class:SkMutex
38 SkMutex::~SkMutex() {}
41 void SkMutex::acquire() {}
42 void SkMutex::release() {}
H A DSkThread_win.cpp49 SkMutex::SkMutex() { function in class:SkMutex
55 SkMutex::~SkMutex() {
59 void SkMutex::acquire() {
63 void SkMutex::release() {
H A DSkThread_pthread.cpp17 SkMutex-based implementation. The SkMutex version suffers from static
70 SkMutex gAtomicMutex;
134 SkMutex::SkMutex() { function in class:SkMutex
144 SkMutex::~SkMutex() {
156 SkMutex::SkMutex() { function in class:SkMutex
174 SkMutex
[all...]
/external/skia/src/ports/
H A DSkThread_none.cpp36 SkMutex::SkMutex() {} function in class:SkMutex
38 SkMutex::~SkMutex() {}
41 void SkMutex::acquire() {}
42 void SkMutex::release() {}
H A DSkThread_win.cpp49 SkMutex::SkMutex() { function in class:SkMutex
55 SkMutex::~SkMutex() {
59 void SkMutex::acquire() {
63 void SkMutex::release() {
H A DSkThread_pthread.cpp17 SkMutex-based implementation. The SkMutex version suffers from static
70 SkMutex gAtomicMutex;
134 SkMutex::SkMutex() { function in class:SkMutex
144 SkMutex::~SkMutex() {
156 SkMutex::SkMutex() { function in class:SkMutex
174 SkMutex
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkThread_platform.h159 class SK_API SkMutex : public SkBaseMutex, SkNoncopyable { class in inherits:SkBaseMutex,SkNoncopyable
161 SkMutex();
162 ~SkMutex();
167 // In the generic case, SkBaseMutex and SkMutex are the same thing, and we
170 class SK_API SkMutex : SkNoncopyable { class in inherits:SkNoncopyable
172 SkMutex();
173 ~SkMutex();
186 typedef SkMutex SkBaseMutex;
/external/skia/include/core/
H A DSkThread_platform.h159 class SK_API SkMutex : public SkBaseMutex, SkNoncopyable { class in inherits:SkBaseMutex,SkNoncopyable
161 SkMutex();
162 ~SkMutex();
167 // In the generic case, SkBaseMutex and SkMutex are the same thing, and we
170 class SK_API SkMutex : SkNoncopyable { class in inherits:SkNoncopyable
172 SkMutex();
173 ~SkMutex();
186 typedef SkMutex SkBaseMutex;

Completed in 125 milliseconds