Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-udp-pummel.c38 uv_udp_t udp_handle; member
43 uv_udp_t udp_handle; member
86 ASSERT_PTR_EQ(req->handle, &s->udp_handle); in send_cb()
92 uv_close((uv_handle_t*)&s->udp_handle, NULL); in send_cb()
100 &s->udp_handle, in send_cb()
141 uv_close((uv_handle_t*)&senders[i].udp_handle, close_cb); in timeout_cb()
144 uv_close((uv_handle_t*)&receivers[i].udp_handle, close_cb); in timeout_cb()
176 ASSERT_OK(uv_udp_init(loop, &s->udp_handle)); in pummel()
179 uv_unref((uv_handle_t*)&s->udp_handle); in pummel()
193 ASSERT_OK(uv_udp_init(loop, &s->udp_handle)); in pummel()
[all …]

Completed in 6 milliseconds