Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h143 void RemoveFromWaitSet(Thread* thread) EXCLUSIVE_LOCKS_REQUIRED(monitor_lock_);
Dmonitor.cc206 void Monitor::RemoveFromWaitSet(Thread *thread) { in RemoveFromWaitSet() function in art::Monitor
548 RemoveFromWaitSet(self); in Wait()