HomeSort by relevance Sort by last modified time
    Searched defs:SkMutex (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/skia/ext/
SkThread_chrome.cc 69 SkMutex::SkMutex() {
75 SkMutex::~SkMutex() {
80 void SkMutex::acquire() {
85 void SkMutex::release() {
  /external/chromium_org/third_party/skia/src/ports/
SkThread_none.cpp 36 SkMutex::SkMutex() {}
38 SkMutex::~SkMutex() {}
41 void SkMutex::acquire() {}
42 void SkMutex::release() {}
SkThread_win.cpp 49 SkMutex::SkMutex() {
55 SkMutex::~SkMutex() {
59 void SkMutex::acquire() {
63 void SkMutex::release() {
SkThread_pthread.cpp 17 SkMutex-based implementation. The SkMutex version suffers from static
70 SkMutex gAtomicMutex;
134 SkMutex::SkMutex() {
144 SkMutex::~SkMutex() {
156 SkMutex::SkMutex() {
174 SkMutex::~SkMutex()
    [all...]
  /external/skia/src/ports/
SkThread_none.cpp 36 SkMutex::SkMutex() {}
38 SkMutex::~SkMutex() {}
41 void SkMutex::acquire() {}
42 void SkMutex::release() {}
SkThread_win.cpp 49 SkMutex::SkMutex() {
55 SkMutex::~SkMutex() {
59 void SkMutex::acquire() {
63 void SkMutex::release() {
SkThread_pthread.cpp 17 SkMutex-based implementation. The SkMutex version suffers from static
70 SkMutex gAtomicMutex;
134 SkMutex::SkMutex() {
144 SkMutex::~SkMutex() {
156 SkMutex::SkMutex() {
174 SkMutex::~SkMutex()
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkThread_platform.h 159 class SK_API SkMutex : public 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 {
172 SkMutex();
173 ~SkMutex();
186 typedef SkMutex SkBaseMutex;
  /external/skia/include/core/
SkThread_platform.h 159 class SK_API SkMutex : public 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 {
172 SkMutex();
173 ~SkMutex();
186 typedef SkMutex SkBaseMutex;

Completed in 139 milliseconds