Home
last modified time | relevance | path

Searched refs:NotifyLocked (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.cc2629 NotifyLocked(self); in Interrupt()
2637 NotifyLocked(self); in Notify()
2640 void Thread::NotifyLocked(Thread* self) { in NotifyLocked() function in art::Thread
Dthread.h601 void NotifyLocked(Thread* self) REQUIRES(wait_mutex_);