Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-ipc-send-recv.c50 union handles send2; member
160 &ctx.send2.stream, in connect_cb()
213 r = uv_pipe_init(uv_default_loop(), &ctx.send2.pipe, 1); in run_ipc_send_recv_pipe()
216 r = uv_pipe_bind(&ctx.send2.pipe, TEST_PIPENAME_2); in run_ipc_send_recv_pipe()
251 r = uv_tcp_init(uv_default_loop(), &ctx.send2.tcp); in run_ipc_send_recv_tcp()
257 r = uv_tcp_bind(&ctx.send2.tcp, (const struct sockaddr*) &addr, 0); in run_ipc_send_recv_tcp()
/third_party/ltp/testcases/open_posix_testsuite/functional/mqueues/
Dsend_rev_2.c37 static pthread_t send1, send2, rev1, rev2; variable
129 pthread_create(&send2, NULL, (void *)send_2, (void *)&mq2); in main()
133 pthread_join(send2, NULL); in main()