Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc957 Thread* to_move = wait_set_; in Notify() local
958 if (to_move != nullptr) { in Notify()
959 wait_set_ = to_move->GetWaitNext(); in Notify()
960 to_move->SetWaitNext(wake_set_); in Notify()
961 wake_set_ = to_move; in Notify()
974 Thread* to_move = wait_set_; in NotifyAll() local
975 if (to_move != nullptr) { in NotifyAll()
979 wake_set_ = to_move; in NotifyAll()
985 move_to->SetWaitNext(to_move); in NotifyAll()