Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc930 Thread* to_move = wait_set_; in Notify() local
931 if (to_move != nullptr) { in Notify()
932 wait_set_ = to_move->GetWaitNext(); in Notify()
933 to_move->SetWaitNext(wake_set_); in Notify()
934 wake_set_ = to_move; in Notify()
948 Thread* to_move = wait_set_; in NotifyAll() local
949 if (to_move != nullptr) { in NotifyAll()
953 wake_set_ = to_move; in NotifyAll()
959 move_to->SetWaitNext(to_move); in NotifyAll()