Go to the source code of this file.
Functions | |
static void | check_cb (uv_check_t *handle) |
static void | close_cb (uv_handle_t *handle) |
TEST_IMPL (close_order) | |
static void | timer_cb (uv_timer_t *handle) |
Variables | |
static int | check_cb_called |
static uv_check_t | check_handle |
static int | close_cb_called |
static int | timer_cb_called |
static uv_timer_t | timer_handle1 |
static uv_timer_t | timer_handle2 |
|
static |
Definition at line 41 of file test-close-order.c.
|
static |
Definition at line 34 of file test-close-order.c.
TEST_IMPL | ( | close_order | ) |
Definition at line 57 of file test-close-order.c.
|
static |
Definition at line 51 of file test-close-order.c.
|
static |
Definition at line 25 of file test-close-order.c.
|
static |
Definition at line 29 of file test-close-order.c.
|
static |
Definition at line 27 of file test-close-order.c.
|
static |
Definition at line 26 of file test-close-order.c.
|
static |
Definition at line 30 of file test-close-order.c.
|
static |
Definition at line 31 of file test-close-order.c.