Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/base/
Dsubprocess.h225 struct MovableState { struct
251 static void StdinThread(MovableState*, std::string input); argument
252 static void StdoutErrThread(MovableState*);
261 std::unique_ptr<MovableState> s_;
/external/perfetto/src/base/
Dsubprocess.cc31 : args(a), s_(new MovableState()) {} in Subprocess()
35 sizeof(std::tuple<std::unique_ptr<MovableState>, Args>), in Subprocess()
41 other.s_.reset(new MovableState()); in Subprocess()
Dsubprocess_windows.cc151 MovableState* s = s_.get(); in Start()
161 void Subprocess::StdinThread(MovableState* s, std::string input) { in StdinThread()
183 void Subprocess::StdoutErrThread(MovableState* s) { in StdoutErrThread()