Searched refs:clients (Results 1 – 7 of 7) sorted by relevance
/libuv/test/ |
H A D | test-pipe-connect-multiple.c | 40 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 D | benchmark-multi-accept.c | 364 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 D | introduction.rst | 22 services and clients. You have found that the event loop approach is well
|
H A D | networking.rst | 58 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 D | processes.rst | 296 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 D | udp.rst | 7 UDP handles encapsulate UDP communication for both clients and servers.
|
H A D | misc.rst | 888 exported to allow clients to work uniformly with this data when the libuv API
|
Completed in 21 milliseconds