Searched refs:move_to (Results 1 – 1 of 1) sorted by relevance
984 Thread* move_to = wake_set_; in NotifyAll() local985 if (move_to == nullptr) { in NotifyAll()989 while (move_to->GetWaitNext() != nullptr) { in NotifyAll()990 move_to = move_to->GetWaitNext(); in NotifyAll()992 move_to->SetWaitNext(to_move); in NotifyAll()