Searched refs:h_passing (Results 1 – 1 of 1) sorted by relevance
/external/libmojo/mojo/edk/system/ |
D | core_unittest.cc | 690 MojoHandle h_passing[2]; in TEST_F() local 692 core()->CreateMessagePipe(nullptr, &h_passing[0], &h_passing[1])); in TEST_F() 696 core()->WriteMessage(h_passing[0], kHello, kHelloSize, nullptr, 0, in TEST_F() 700 core()->Wait(h_passing[1], MOJO_HANDLE_SIGNAL_READABLE, 1000000000, in TEST_F() 709 h_passing[1], buffer, &num_bytes, handles, &num_handles, in TEST_F() 718 core()->WriteMessage(h_passing[0], kHello, kHelloSize, in TEST_F() 719 &h_passing[0], 1, in TEST_F() 722 core()->CreateMessagePipe(nullptr, &h_passing[0], &h_passing[1])); in TEST_F() 725 core()->WriteMessage(h_passing[0], kHello, kHelloSize, in TEST_F() 726 &h_passing[1], 1, in TEST_F() [all …]
|