Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dinvitation_unittest.cc743 MojoHandle new_pipe; in TEST_F() local
746 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()
/external/u-boot/common/
Dcli_hush.c2342 static struct pipe *new_pipe(void) function
2361 ctx->list_head=new_pipe();
2597 new_p=new_pipe();