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

/art/runtime/base/
H A Dmutex.h329 void AssertNotExclusiveHeld(const Thread* self) { function in class:art::ReaderWriterMutex
334 void AssertNotWriterHeld(const Thread* self) { AssertNotExclusiveHeld(self); }

Completed in 39 milliseconds