Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmessage_pipe_unittest.cc318 const size_t kPingPongHandlesPerIteration = 30; variable
324 MojoHandle handles[kPingPongHandlesPerIteration]; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
325 ReadMessageWithHandles(h, handles, kPingPongHandlesPerIteration); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
326 WriteMessageWithHandles(h, "", handles, kPingPongHandlesPerIteration); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
337 MojoHandle p, c[kPingPongHandlesPerIteration]; in TEST_F()
338 for (size_t i = 0; i < kPingPongHandlesPerIteration; ++i) { in TEST_F()
345 WriteMessageWithHandles(h, "", c, kPingPongHandlesPerIteration); in TEST_F()
346 ReadMessageWithHandles(h, c, kPingPongHandlesPerIteration); in TEST_F()
350 for (size_t i = 0; i < kPingPongHandlesPerIteration; ++i) in TEST_F()
356 MojoHandle p[kPingPongHandlesPerIteration], c; in TEST_F()
[all …]