Searched refs:pipe_pair (Results 1 – 1 of 1) sorted by relevance
541 auto pipe_pair = base::Pipe::Create(); in TEST_F() local542 helper.StartTracing(trace_config, std::move(pipe_pair.wr)); in TEST_F()550 while (PERFETTO_EINTR(read(*pipe_pair.rd, buf, sizeof(buf))) > 0) { in TEST_F()