Searched refs:move_to (Results 1 – 1 of 1) sorted by relevance
981 Thread* move_to = wake_set_; in NotifyAll() local982 if (move_to == nullptr) { in NotifyAll()986 while (move_to->GetWaitNext() != nullptr) { in NotifyAll()987 move_to = move_to->GetWaitNext(); in NotifyAll()989 move_to->SetWaitNext(to_move); in NotifyAll()