Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-ipc-send-recv.c29 void spawn_helper(uv_pipe_t* channel,
44 uv_pipe_t channel; member
57 uv_pipe_t channel; member
99 ASSERT_PTR_EQ(pipe, &ctx.channel); in recv_cb()
138 uv_close((uv_handle_t*)&ctx.channel, NULL); in recv_cb()
151 (uv_stream_t*)&ctx.channel, in connect_cb()
162 (uv_stream_t*)&ctx.channel, in connect_cb()
320 ASSERT_PTR_EQ(pipe, &ctx2.channel); in read_cb()
347 (uv_stream_t*)&ctx2.channel, in read_cb()
387 r = uv_pipe_init(loop, &ctx2.channel, 1); in run_ipc_send_recv_helper()
[all …]
H A Dtest-ipc.c28 static uv_pipe_t channel; variable
206 uv_close((uv_handle_t*)&channel, NULL); in on_read()
273 uv_close((uv_handle_t*)&channel, NULL); in on_read_listen_after_bound_twice()
280 void spawn_helper(uv_pipe_t* channel, in spawn_helper() argument
292 ASSERT_NE(0, channel->ipc); in spawn_helper()
346 uv_close((uv_handle_t*)&channel, NULL); in on_tcp_read()
690 uv_pipe_open(&channel, 0); in ipc_helper()
741 uv_pipe_open(&channel, 0); in ipc_helper_tcp_connection()
795 uv_pipe_open(&channel, 0); in ipc_helper_bind_twice()
836 uv_pipe_open(&channel, 0); in ipc_helper_send_zero()
[all …]
H A Dtest-ipc-heavy-traffic-deadlock-bug.c28 void spawn_helper(uv_pipe_t* channel,
/libuv/docs/src/
H A Dstream.rst7 Stream handles provide an abstraction of a duplex communication channel.
/libuv/docs/src/guide/
H A Dprocesses.rst395 important to initialize the pipe acting as the IPC channel with the third
/libuv/
H A DChangeLog4715 * doc: update README with IRC channel (Saúl Ibarra Corretgé)

Completed in 27 milliseconds