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

/art/runtime/
H A Dthread.h574 void NotifyLocked(Thread* self) REQUIRES(wait_mutex_);
H A Dthread.cc2422 NotifyLocked(self);
2428 NotifyLocked(self);
2431 void Thread::NotifyLocked(Thread* self) { function in class:Thread

Completed in 126 milliseconds