Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc1670 base::Pipe start_pipe = base::Pipe::Create(base::Pipe::kBothBlock); in TEST_P() local
1671 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()