Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc977 Thread* move_to = wake_set_; in NotifyAll() local
978 if (move_to == nullptr) { in NotifyAll()
982 while (move_to->GetWaitNext() != nullptr) { in NotifyAll()
983 move_to = move_to->GetWaitNext(); in NotifyAll()
985 move_to->SetWaitNext(to_move); in NotifyAll()