Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h607 void NotifyLocked(Thread* self) REQUIRES(wait_mutex_);
Dthread.cc2699 NotifyLocked(self); in Interrupt()
2707 NotifyLocked(self); in Notify()
2710 void Thread::NotifyLocked(Thread* self) { in NotifyLocked() function in art::Thread