Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-multi-accept.c205 struct server_ctx* servers) { in send_listen_handles() argument
231 uv_sem_post(&servers[i].semaphore); in send_listen_handles()
238 uv_sem_wait(&servers[i].semaphore); in send_listen_handles()
363 struct server_ctx* servers; in test_tcp() local
373 servers = calloc(num_servers, sizeof(servers[0])); in test_tcp()
375 ASSERT_NOT_NULL(servers); in test_tcp()
383 struct server_ctx* ctx = servers + i; in test_tcp()
388 send_listen_handles(UV_TCP, num_servers, servers); in test_tcp()
411 struct server_ctx* ctx = servers + i; in test_tcp()
423 struct server_ctx* ctx = servers + i; in test_tcp()
[all …]
/libuv/docs/src/
H A Dtcp.rst7 TCP handles are used to represent both TCP streams and servers.
H A Dstream.rst198 connected state). Bound sockets or pipes will be assumed to be servers.
H A Dudp.rst7 UDP handles encapsulate UDP communication for both clients and servers.
/libuv/docs/src/guide/
H A Dprocesses.rst333 servers, worker processes and other ways to make optimum use of CPU. libuv only
/libuv/
H A DChangeLog4144 * win: reset pipe handle for pipe servers (Saúl Ibarra Corretgé)
4146 * win: fix replacing pipe handle for pipe servers (Saúl Ibarra Corretgé)

Completed in 89 milliseconds