OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h_passing
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/mojo/system/
core_impl_unittest.cc
438
MojoHandle
h_passing
[2];
local
440
core()->CreateMessagePipe(&
h_passing
[0], &
h_passing
[1]));
446
// Make sure that |
h_passing
[]| work properly.
448
core()->WriteMessage(
h_passing
[0],
453
core()->Wait(
h_passing
[1], MOJO_WAIT_FLAG_READABLE, 1000000000));
457
core()->ReadMessage(
h_passing
[1],
484
// Send |h_passed[1]| from |
h_passing
[0]| to |
h_passing
[1]|.
486
core()->WriteMessage(
h_passing
[0]
[
all
...]
Completed in 438 milliseconds