Searched refs:receivers (Results 1 – 2 of 2) sorted by relevance
53 static struct receiver_state receivers[1024]; variable144 uv_close((uv_handle_t*)&receivers[i].udp_handle, close_cb); in timeout_cb()157 ASSERT_LE(n_receivers, ARRAY_SIZE(receivers)); in pummel()173 struct receiver_state* s = receivers + i; in pummel()
309 the message sender, only threads with libuv loops can be receivers (or rather
Completed in 7 milliseconds