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

/external/skia/include/ports/
H A DSkMutex_pthread.h51 class SkMutex : public SkBaseMutex { class in inherits:SkBaseMutex
53 SkMutex() { function in class:SkMutex
66 ~SkMutex() {
72 SkMutex(const SkMutex&);
73 SkMutex& operator=(const SkMutex&);
H A DSkMutex_win.h33 // On Windows, SkBaseMutex and SkMutex are the same thing,
73 class SkMutex : public SkBaseMutex { }; class in inherits:SkBaseMutex

Completed in 73 milliseconds