Home
last modified time | relevance | path

Searched refs:channels (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/storage/
Dipc.h98 struct list_node channels; member
Dipc.c124 list_add_tail(&ctx->channels, &chan_ctx->node); in do_connect()
412 list_initialize(&ctxp->channels); in ipc_port_create()
424 while (!list_is_empty(&ctx->channels)) { in ipc_port_destroy()
426 &ctx->channels, struct ipc_channel_context, node); in ipc_port_destroy()
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1294 let mut channels: Vec<Rc<Channel>> = Vec::new(); in port_create() localVariable
1301 channels.try_push(channel.unwrap()).unwrap(); in port_create()
1315 channels.try_push(channel.unwrap()).unwrap(); in port_create()
1337 let mut channels: Vec<Rc<Channel>> = Vec::new(); in wait_on_port() localVariable
1344 channels.try_push(channel.unwrap()).unwrap(); in wait_on_port()
1347 for chan in &channels { in wait_on_port()