Go to the source code of this file.
Functions | |
static void | check_cb (uv_check_t *handle) |
static void | prepare_cb (uv_prepare_t *handle) |
TEST_IMPL (timer_from_check) | |
static void | timer_cb (uv_timer_t *handle) |
Variables | |
static int | check_cb_called |
static uv_check_t | check_handle |
static int | prepare_cb_called |
static uv_prepare_t | prepare_handle |
static int | timer_cb_called |
static uv_timer_t | timer_handle |
|
static |
Definition at line 52 of file test-timer-from-check.c.
|
static |
Definition at line 34 of file test-timer-from-check.c.
TEST_IMPL | ( | timer_from_check | ) |
Definition at line 64 of file test-timer-from-check.c.
|
static |
Definition at line 43 of file test-timer-from-check.c.
|
static |
Definition at line 30 of file test-timer-from-check.c.
|
static |
Definition at line 26 of file test-timer-from-check.c.
|
static |
Definition at line 29 of file test-timer-from-check.c.
|
static |
Definition at line 25 of file test-timer-from-check.c.
|
static |
Definition at line 31 of file test-timer-from-check.c.
|
static |
Definition at line 27 of file test-timer-from-check.c.