Home
last modified time | relevance | path

Searched defs:MovableState (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dsubprocess.h231 struct MovableState { struct
244 MovableState s_; argument
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp7108 struct MovableState { struct in perfetto::base::Subprocess
7109 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 …]
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc3511 struct MovableState { struct in perfetto::base::Subprocess
3512 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 …]