Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Dcore_unittest.cc244 MojoHandle h_passing[2]; in TEST_F() local
246 core()->CreateMessagePipe(nullptr, &h_passing[0], &h_passing[1])); in TEST_F()
256 core()->WriteMessage(h_passing[0], message, nullptr)); in TEST_F()
258 EXPECT_EQ(MOJO_RESULT_OK, mojo::Wait(mojo::Handle(h_passing[1]), in TEST_F()
265 core()->ReadMessage(h_passing[1], nullptr, &message_handle)); in TEST_F()
274 ASSERT_EQ(MOJO_RESULT_OK, core()->Close(h_passing[0])); in TEST_F()
275 ASSERT_EQ(MOJO_RESULT_OK, core()->Close(h_passing[1])); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dcore_unittest.cc243 MojoHandle h_passing[2]; in TEST_F() local
245 core()->CreateMessagePipe(nullptr, &h_passing[0], &h_passing[1])); in TEST_F()
255 core()->WriteMessage(h_passing[0], message, nullptr)); in TEST_F()
257 EXPECT_EQ(MOJO_RESULT_OK, mojo::Wait(mojo::Handle(h_passing[1]), in TEST_F()
264 core()->ReadMessage(h_passing[1], nullptr, &message_handle)); in TEST_F()
273 ASSERT_EQ(MOJO_RESULT_OK, core()->Close(h_passing[0])); in TEST_F()
274 ASSERT_EQ(MOJO_RESULT_OK, core()->Close(h_passing[1])); in TEST_F()