Searched defs:handle0 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/public/c/system/tests/
H A Dcore_unittest_pure_c.c44 MojoHandle handle0, handle1; local
53 handle0 = MOJO_HANDLE_INVALID;
54 EXPECT_NE(MOJO_RESULT_OK, MojoClose(handle0));
58 MojoWait(handle0, ~MOJO_HANDLE_SIGNAL_NONE, MOJO_DEADLINE_INDEFINITE));
61 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(NULL, &handle0, &handle1));
65 MojoWaitMany(&handle0, &signals, 1, 1));
68 MojoWriteMessage(handle0,
90 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(handle0));
/external/chromium_org/mojo/public/cpp/system/
H A Dmessage_pipe.h39 MessagePipeHandle handle0; local
42 handle0.mutable_value(),
46 message_pipe0->reset(handle0);
82 ScopedMessagePipeHandle handle0; member in class:mojo::MessagePipe
88 CreateMessagePipe(NULL, &handle0, &handle1);
94 CreateMessagePipe(&options, &handle0, &handle1);
/external/chromium_org/mojo/bindings/js/
H A Dcore.cc51 MojoHandle handle0 = MOJO_HANDLE_INVALID; local
58 result = MojoCreateMessagePipe(NULL, &handle0, &handle1);
71 result = MojoCreateMessagePipe(&options, &handle0, &handle1);
79 dictionary.Set("handle0", mojo::Handle(handle0));

Completed in 363 milliseconds