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

  /external/skia/include/ports/
SkMutex_pthread.h 51 class SkMutex : public SkBaseMutex {
53 SkMutex() {
66 ~SkMutex() {
72 SkMutex(const SkMutex&);
73 SkMutex& operator=(const SkMutex&);
SkMutex_win.h 33 // On Windows, SkBaseMutex and SkMutex are the same thing,
73 class SkMutex : public SkBaseMutex { };

Completed in 54 milliseconds