Searched defs:MovableState (Results 1 – 3 of 3) sorted by relevance
231 struct MovableState { struct244 MovableState s_; argument
7108 struct MovableState { struct in perfetto::base::Subprocess7109 base::Pipe stdin_pipe;7110 base::Pipe stdouterr_pipe;7111 PlatformProcessId pid;7112 Status status = kNotStarted;7113 int returncode = -1;7114 std::string output; // Stdin+stderr. Only when kBuffer.7115 std::unique_ptr<ResourceUsage> rusage{new ResourceUsage()};7116 bool timed_out = false;7118 std::thread stdouterr_thread;[all …]
3511 struct MovableState { struct in perfetto::base::Subprocess3512 base::Pipe stdin_pipe;3513 base::Pipe stdouterr_pipe;3514 base::Pipe exit_status_pipe;3515 PlatformProcessId pid;3516 size_t input_written = 0;3517 Status status = kNotStarted;3518 int returncode = -1;3519 std::string output; // Stdin+stderr. Only when kBuffer.3520 std::thread waitpid_thread;[all …]