Searched refs:NotifyLocked (Results 1 – 2 of 2) sorted by relevance
607 void NotifyLocked(Thread* self) REQUIRES(wait_mutex_);
2699 NotifyLocked(self); in Interrupt()2707 NotifyLocked(self); in Notify()2710 void Thread::NotifyLocked(Thread* self) { in NotifyLocked() function in art::Thread