Home
last modified time | relevance | path

Searched refs: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
406 ~ScopedAssertNotHeld() { in ~ScopedAssertNotHeld()
413 DISALLOW_COPY_AND_ASSIGN(ScopedAssertNotHeld);
418 ScopedAssertNotHeld sanh(self, monitor_lock_); in Lock()