Searched refs:tcp_write_handles (Results 1 – 1 of 1) sorted by relevance
76 static uv_tcp_t tcp_write_handles[MAX_WRITE_HANDLES]; variable113 uv_close((uv_handle_t*) &tcp_write_handles[i], NULL); in show_stats()236 do_write((uv_stream_t*) &tcp_write_handles[i]); in connect_cb()253 tcp = &tcp_write_handles[max_connect_socket++]; in maybe_connect_some()
Completed in 3 milliseconds