Searched refs:channel_create (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/mini-process/
H A Dsubprocess.h15 __typeof(zx_channel_create)* channel_create; member in struct:__anon1169
H A Dsubprocess.c83 cmd.status = ctx.channel_create(0u, &handle[0], &handle[1]);
110 ctx.channel_create(0u, &channel1, &channel2) != ZX_OK ||
H A Dmini-process.c34 .channel_create = get_syscall_addr(&zx_channel_create, vdso_base),
/fuchsia/zircon/system/utest/core/handle-wait/
H A Dhandle-wait.c134 static zx_status_t channel_create(zx_handle_t* handle0, zx_handle_t* handle1) { function
232 ASSERT_GE(channel_create(&thread1_channel[0], &thread1_channel[1]), 0, "channel creation failed");
233 ASSERT_GE(channel_create(&thread2_channel[0], &thread2_channel[1]), 0, "channel creation failed");

Completed in 78 milliseconds