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) |
static void | idle_cb (uv_idle_t *handle) |
TEST_IMPL (idle_starvation) | |
static void | timer_cb (uv_timer_t *handle) |
Variables | |
static int | check_cb_called = 0 |
static uv_check_t | check_handle |
static int | close_cb_called = 0 |
static int | idle_cb_called = 0 |
static uv_idle_t | idle_handle |
static int | timer_cb_called = 0 |
static uv_timer_t | timer_handle |
|
static |
Definition at line 63 of file test-idle.c.
|
static |
Definition at line 36 of file test-idle.c.
|
static |
Definition at line 54 of file test-idle.c.
TEST_IMPL | ( | idle_starvation | ) |
Definition at line 72 of file test-idle.c.
|
static |
Definition at line 41 of file test-idle.c.
|
static |
Definition at line 31 of file test-idle.c.
|
static |
Definition at line 27 of file test-idle.c.
|
static |
Definition at line 33 of file test-idle.c.
|
static |
Definition at line 30 of file test-idle.c.
|
static |
Definition at line 26 of file test-idle.c.
|
static |
Definition at line 32 of file test-idle.c.
|
static |
Definition at line 28 of file test-idle.c.