Searched refs:start_pipe (Results 1 – 1 of 1) sorted by relevance
1670 base::Pipe start_pipe = base::Pipe::Create(base::Pipe::kBothBlock); in TEST_P() local1671 int start_pipe_wr = *start_pipe.wr; in TEST_P()1692 start_pipe.wr.reset(); in TEST_P()1699 ASSERT_EQ(PERFETTO_EINTR(read(*start_pipe.rd, buf, sizeof(buf))), 1); in TEST_P()1700 start_pipe.rd.reset(); in TEST_P()