Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-pipe-connect-multiple.c40 static client_t clients[NUM_CLIENTS]; variable
92 r = uv_pipe_init(loop, &clients[i].pipe_handle, 0); in TEST_IMPL()
94 uv_pipe_connect(&clients[i].conn_req, in TEST_IMPL()
95 &clients[i].pipe_handle, in TEST_IMPL()
158 r = uv_pipe_init(loop, &clients[i].pipe_handle, 0); in TEST_IMPL()
160 uv_pipe_connect(&clients[i].conn_req, in TEST_IMPL()
161 &clients[i].pipe_handle, in TEST_IMPL()
167 uv_close((uv_handle_t*)&clients[i].pipe_handle, NULL); in TEST_IMPL()
H A Dbenchmark-multi-accept.c364 struct client_ctx* clients; in test_tcp() local
374 clients = calloc(num_clients, sizeof(clients[0])); in test_tcp()
376 ASSERT_NOT_NULL(clients); in test_tcp()
391 struct client_ctx* ctx = clients + i; in test_tcp()
431 free(clients); in test_tcp()
/libuv/docs/src/guide/
H A Dintroduction.rst22 services and clients. You have found that the event loop approach is well
H A Dnetworking.rst58 When a connection is initiated by clients, the callback is required to set up
128 other system DHCP clients that are running on this computer on the same port.
H A Dprocesses.rst296 which clients can interact with it.
337 clients to worker processes in a round-robin fashion. This program is a bit
/libuv/docs/src/
H A Dudp.rst7 UDP handles encapsulate UDP communication for both clients and servers.
H A Dmisc.rst888 exported to allow clients to work uniformly with this data when the libuv API

Completed in 14 milliseconds