Searched defs:MovableState (Results 1 – 2 of 2) sorted by relevance
240 struct MovableState { struct241 base::Pipe stdin_pipe;242 base::Pipe stdouterr_pipe;266 static void StdinThread(MovableState*, std::string input); argument