Searched defs:assertHeld (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkThread.h89 void assertHeld(); // If SK_DEBUG, assert this thread owns the mutex.
133 void assertHeld() { function in class:SkAutoMutexAcquire
135 fMutex->assertHeld();
/external/chromium_org/third_party/skia/src/ports/
H A DSkMutex_pthread.h31 this->assertHeld();
35 void assertHeld() { function in struct:SkBaseMutex
H A DSkMutex_win.h55 this->assertHeld();
60 void assertHeld() { function in struct:SkBaseMutex
/external/skia/include/core/
H A DSkThread.h88 void assertHeld(); // If SK_DEBUG, assert this thread owns the mutex.
133 void assertHeld() { function in class:SkAutoMutexAcquire
135 fMutex->assertHeld();
/external/skia/src/ports/
H A DSkMutex_pthread.h27 this->assertHeld();
31 void assertHeld() { function in struct:SkBaseMutex
H A DSkMutex_win.h53 this->assertHeld();
58 void assertHeld() { function in class:SkMutex

Completed in 145 milliseconds