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

/external/skia/include/core/
H A DSkMutex.h42 void assertHeld() { function in class:SkAutoMutexAcquire
44 fMutex->assertHeld();
/external/skia/include/ports/
H A DSkMutex_pthread.h20 // I don't see a built-in way to implement assertHeld(), so we track that with an fOwner field.
36 this->assertHeld(); // Usually redundant, but not for static mutexes on Macs (see below).
41 void assertHeld() { function in struct:SkBaseMutex
H A DSkMutex_win.h55 this->assertHeld();
60 void assertHeld() { function in struct:SkBaseMutex

Completed in 81 milliseconds