Searched refs:to_move (Results 1 – 1 of 1) sorted by relevance
961 Thread* to_move = wait_set_; in Notify() local962 if (to_move != nullptr) { in Notify()963 wait_set_ = to_move->GetWaitNext(); in Notify()964 to_move->SetWaitNext(wake_set_); in Notify()965 wake_set_ = to_move; in Notify()978 Thread* to_move = wait_set_; in NotifyAll() local979 if (to_move != nullptr) { in NotifyAll()983 wake_set_ = to_move; in NotifyAll()989 move_to->SetWaitNext(to_move); in NotifyAll()