Searched defs:MovableState (Results 1 – 1 of 1) sorted by relevance
225 struct MovableState { struct226 base::Pipe stdin_pipe;227 base::Pipe stdouterr_pipe;251 static void StdinThread(MovableState*, std::string input); argument