Searched refs:RemoveFromWaitSet (Results 1 – 2 of 2) sorted by relevance
143 void RemoveFromWaitSet(Thread* thread) EXCLUSIVE_LOCKS_REQUIRED(monitor_lock_);
206 void Monitor::RemoveFromWaitSet(Thread *thread) { in RemoveFromWaitSet() function in art::Monitor548 RemoveFromWaitSet(self); in Wait()