Searched refs:new_pipe (Results 1 – 2 of 2) sorted by relevance
743 MojoHandle new_pipe; in TEST_F() local746 child_process.Handle(), &new_pipe, 1, TransportType::kChannel, in TEST_F()752 WriteMessage(new_pipe, kTestMessage1); in TEST_F()754 WaitForSignals(new_pipe, MOJO_HANDLE_SIGNAL_READABLE)); in TEST_F()755 EXPECT_EQ(kTestMessage3, ReadMessage(new_pipe)); in TEST_F()756 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(new_pipe)); in TEST_F()
2342 static struct pipe *new_pipe(void) function2361 ctx->list_head=new_pipe();2597 new_p=new_pipe();