Searched refs:move_to (Results 1 – 1 of 1) sorted by relevance
951 Thread* move_to = wake_set_; in NotifyAll() local952 if (move_to == nullptr) { in NotifyAll()956 while (move_to->GetWaitNext() != nullptr) { in NotifyAll()957 move_to = move_to->GetWaitNext(); in NotifyAll()959 move_to->SetWaitNext(to_move); in NotifyAll()