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

  /external/skia/src/ports/
SkThread_none.cpp 34 SkMutex::SkMutex(bool /* isGlobal */)
38 SkMutex::~SkMutex()
42 void SkMutex::acquire()
46 void SkMutex::release()
SkThread_win.cpp 32 SkMutex::SkMutex(bool /* isGlobal */)
39 SkMutex::~SkMutex()
44 void SkMutex::acquire()
49 void SkMutex::release()
SkThread_pthread.cpp 6 SkMutex gAtomicMutex;
45 SkMutex::SkMutex(bool isGlobal) : fIsGlobal(isGlobal)
65 SkMutex::~SkMutex()
77 void SkMutex::acquire()
84 void SkMutex::release()
  /external/skia/include/core/
SkThread_platform.h 28 class SkMutex : android::Mutex {
32 SkMutex(bool isGlobal = true) {}
33 ~SkMutex() {}
51 class SkMutex {
55 SkMutex(bool isGlobal = true);
56 ~SkMutex();

Completed in 20 milliseconds