Home | History | Annotate | Download | only in embedder

Lines Matching refs:handles

230     MojoHandle handles[10] = {};
231 uint32_t num_handles = arraysize(handles);
236 handles,
242 EXPECT_NE(handles[0], MOJO_HANDLE_INVALID);
243 h1 = handles[0];
253 memset(handles, 0, sizeof(handles));
254 num_handles = arraysize(handles);
259 handles,
535 // TODO(vtl): If the scope were to end here (and the two handles closed),