Go to the source code of this file.
Functions | |
static void | alloc_cb (uv_handle_t *handle, size_t size, uv_buf_t *buf) |
static void | close_cb (uv_handle_t *handle) |
static void | recv_cb (uv_udp_t *handle, ssize_t nread, const uv_buf_t *buf, const struct sockaddr *addr, unsigned flags) |
static void | send_cb (uv_udp_send_t *req, int status) |
TEST_IMPL (watcher_cross_stop) | |
Variables | |
static unsigned int | close_cb_called |
static unsigned int | recv_cb_called |
static uv_udp_send_t | reqs [ARRAY_SIZE(sockets)] |
static unsigned int | send_cb_called |
static char | slab [1] |
static uv_udp_t | sockets [2500] |
|
static |
Definition at line 42 of file test-watcher-cross-stop.c.
|
static |
Definition at line 62 of file test-watcher-cross-stop.c.
|
static |
Definition at line 48 of file test-watcher-cross-stop.c.
|
static |
Definition at line 57 of file test-watcher-cross-stop.c.
TEST_IMPL | ( | watcher_cross_stop | ) |
Definition at line 67 of file test-watcher-cross-stop.c.
|
static |
Definition at line 40 of file test-watcher-cross-stop.c.
|
static |
Definition at line 38 of file test-watcher-cross-stop.c.
|
static |
Definition at line 36 of file test-watcher-cross-stop.c.
|
static |
Definition at line 39 of file test-watcher-cross-stop.c.
|
static |
Definition at line 37 of file test-watcher-cross-stop.c.
|
static |
Definition at line 34 of file test-watcher-cross-stop.c.