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

/external/skia/src/ports/
H A DSkThread_none.cpp24 SkMutex::SkMutex() {} function in class:SkMutex
26 SkMutex::~SkMutex() {}
28 void SkMutex::acquire() {}
30 void SkMutex::release() {}
H A DSkThread_win.cpp29 SkMutex::SkMutex() { function in class:SkMutex
35 SkMutex::~SkMutex() {
39 void SkMutex::acquire() {
43 void SkMutex::release() {
H A DSkThread_pthread.cpp17 SkMutex-based implementation. The SkMutex version suffers from static
44 SkMutex gAtomicMutex;
88 SkMutex::SkMutex() { function in class:SkMutex
98 SkMutex::~SkMutex() {
110 SkMutex::SkMutex() { function in class:SkMutex
128 SkMutex
[all...]
/external/skia/include/core/
H A DSkThread_platform.h82 class SkMutex : public SkBaseMutex, SkNoncopyable { class in inherits:SkBaseMutex,SkNoncopyable
84 SkMutex();
85 ~SkMutex();
90 // In the generic case, SkBaseMutex and SkMutex are the same thing, and we
93 class SkMutex : SkNoncopyable { class in inherits:SkNoncopyable
95 SkMutex();
96 ~SkMutex();
109 typedef SkMutex SkBaseMutex;

Completed in 823 milliseconds