Lines Matching refs:pipe2
810 mojo::MessagePipe pipe1, pipe2; in Multiple() local
811 worker = new MultipleServer2(std::move(pipe2.handle0)); in Multiple()
816 client_pump, std::move(pipe2.handle1)); in Multiple()
913 mojo::MessagePipe pipe1, pipe2; in QueuedReply() local
919 &server_worker_thread, std::move(pipe2.handle0), "Got second message"); in QueuedReply()
928 new QueuedReplyClient(&client_worker_thread, std::move(pipe2.handle1), in QueuedReply()
1624 mojo::MessagePipe pipe1, pipe2; in TEST_F() local
1626 2, &server2_ready, events, NULL, std::move(pipe2.handle0)); in TEST_F()
1631 server2, &server2_ready, events, std::move(pipe2.handle1)); in TEST_F()
1748 mojo::MessagePipe pipe0, pipe1, pipe2, pipe3; in TEST_F() local
1753 std::move(pipe1.handle0), &event1, std::move(pipe2.handle1), &event2, 2, in TEST_F()
1756 std::move(pipe2.handle0), &event2, std::move(pipe3.handle1), &event3, 3, in TEST_F()
1874 mojo::MessagePipe pipe1, pipe2; in TEST_F() local
1875 workers.push_back(new ReentrantReplyServer2(std::move(pipe2.handle0))); in TEST_F()
1877 &server_ready, std::move(pipe1.handle0), std::move(pipe2.handle1))); in TEST_F()