OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h_passed
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/mojo/system/
core_unittest.cc
477
MojoHandle
h_passed
[2];
local
479
core()->CreateMessagePipe(NULL, &
h_passed
[0], &
h_passed
[1]));
481
// Make sure that |
h_passed
[]| work properly.
483
core()->WriteMessage(
h_passed
[0],
488
core()->Wait(
h_passed
[1], MOJO_HANDLE_SIGNAL_READABLE, 1000000000));
492
core()->ReadMessage(
h_passed
[1],
500
// Send |
h_passed
[1]| from |h_passing[0]| to |h_passing[1]|.
504
&
h_passed
[1], 1,
523
EXPECT_NE(h_received,
h_passed
[0])
[
all
...]
Completed in 139 milliseconds