Searched defs:MovableState (Results 1 – 1 of 1) sorted by relevance
241 struct MovableState { struct242 base::Pipe stdin_pipe;243 base::Pipe stdouterr_pipe;267 static void StdinThread(MovableState*, std::string input); argument