Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc981 Thread* move_to = wake_set_; in NotifyAll() local
982 if (move_to == nullptr) { in NotifyAll()
986 while (move_to->GetWaitNext() != nullptr) { in NotifyAll()
987 move_to = move_to->GetWaitNext(); in NotifyAll()
989 move_to->SetWaitNext(to_move); in NotifyAll()