Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-multi-accept.c59 struct ipc_client_ctx { struct
154 struct ipc_client_ctx* ctx; in ipc_connect_cb()
155 ctx = container_of(req, struct ipc_client_ctx, connect_req); in ipc_connect_cb()
166 struct ipc_client_ctx* ctx; in ipc_alloc_cb()
167 ctx = container_of(handle, struct ipc_client_ctx, ipc_pipe); in ipc_alloc_cb()
176 struct ipc_client_ctx* ctx; in ipc_read_cb()
182 ctx = container_of(ipc_pipe, struct ipc_client_ctx, ipc_pipe); in ipc_read_cb()
243 struct ipc_client_ctx ctx; in get_listen_handle()

Completed in 5 milliseconds