Home
last modified time | relevance | path

Searched defs:ScopedAssertNotHeld (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dmonitor.cc400 class ScopedAssertNotHeld { class
402 ScopedAssertNotHeld(Thread* self, Mutex& mu) : self_(self), mu_(mu) { in ScopedAssertNotHeld() function in art::ScopedAssertNotHeld