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

  /external/chromium_org/third_party/skia/src/ports/
SkMutex_pthread.h 26 SkASSERT(0 == pthread_equal(fOwner, pthread_self())); // SkMutex is not re-entrant
45 class SkMutex : public SkBaseMutex {
47 SkMutex() {
58 ~SkMutex() {
69 SkMutex(const SkMutex&);
70 SkMutex& operator=(const SkMutex&);
SkMutex_win.h 33 // On Windows, SkBaseMutex and SkMutex are the same thing,
73 class SkMutex : public SkBaseMutex { };
  /external/skia/src/ports/
SkMutex_pthread.h 22 SkASSERT(fOwner != pthread_self()); // SkMutex is not re-entrant
41 class SkMutex : public SkBaseMutex {
43 SkMutex() {
53 ~SkMutex() {
64 SkMutex(const SkMutex&);
65 SkMutex& operator=(const SkMutex&);
SkMutex_win.h 33 // On Windows, SkBaseMutex and SkMutex are the same thing,
35 class SkMutex {
37 SkMutex() {
42 ~SkMutex() {
63 SkMutex(const SkMutex&);
64 SkMutex& operator=(const SkMutex&);
70 typedef SkMutex SkBaseMutex;

Completed in 71 milliseconds