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

/external/skia/src/ports/
H A DSkMutex_pthread.h22 SkASSERT(fOwner != pthread_self()); // SkMutex is not re-entrant
41 class SkMutex : public SkBaseMutex { class in inherits:SkBaseMutex
43 SkMutex() { function in class:SkMutex
53 ~SkMutex() {
64 SkMutex(const SkMutex&);
65 SkMutex& operator=(const SkMutex&);
H A DSkMutex_win.h33 // On Windows, SkBaseMutex and SkMutex are the same thing,
35 class SkMutex { class
37 SkMutex() { function in class:SkMutex
42 ~SkMutex() {
63 SkMutex(const SkMutex&);
64 SkMutex& operator=(const SkMutex&);
70 typedef SkMutex SkBaseMutex;
/external/chromium_org/third_party/skia/src/ports/
H A DSkMutex_pthread.h26 SkASSERT(0 == pthread_equal(fOwner, pthread_self())); // SkMutex is not re-entrant
45 class SkMutex : public SkBaseMutex { class in inherits:SkBaseMutex
47 SkMutex() { function in class:SkMutex
58 ~SkMutex() {
69 SkMutex(const SkMutex&);
70 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 1424 milliseconds