Go to the source code of this file.
Macros | |
#define | CHECK_OBJECT(handle, type, parent) ASSERT((type*)(handle) == &(parent)) |
Functions | |
static void | idle_cb (uv_idle_t *handle) |
static void | send_cb (uv_udp_send_t *req, int status) |
TEST_IMPL (udp_send_hang_loop) | |
Variables | |
static struct sockaddr_in | addr |
static uv_buf_t | buf |
static uv_udp_t | client |
static uv_idle_t | idle_handle |
static int | loop_hang_called |
static char | send_data [1024] |
static uv_udp_send_t | send_req |
Definition at line 29 of file test-udp-send-hang-loop.c.
|
static |
Definition at line 44 of file test-udp-send-hang-loop.c.
|
static |
Definition at line 68 of file test-udp-send-hang-loop.c.
TEST_IMPL | ( | udp_send_hang_loop | ) |
Definition at line 79 of file test-udp-send-hang-loop.c.
|
static |
Definition at line 36 of file test-udp-send-hang-loop.c.
Definition at line 35 of file test-udp-send-hang-loop.c.
|
static |
Definition at line 32 of file test-udp-send-hang-loop.c.
|
static |
Definition at line 33 of file test-udp-send-hang-loop.c.
|
static |
Definition at line 39 of file test-udp-send-hang-loop.c.
|
static |
Definition at line 37 of file test-udp-send-hang-loop.c.
|
static |
Definition at line 34 of file test-udp-send-hang-loop.c.