Go to the source code of this file.
Functions | |
static void | after_work_cb (uv_work_t *req, int status) |
TEST_IMPL (loop_alive) | |
static void | timer_cb (uv_timer_t *handle) |
static void | work_cb (uv_work_t *req) |
Variables | |
static uv_timer_t | timer_handle |
static uv_work_t | work_req |
Definition at line 38 of file test-loop-alive.c.
TEST_IMPL | ( | loop_alive | ) |
Definition at line 44 of file test-loop-alive.c.
|
static |
Definition at line 27 of file test-loop-alive.c.
|
static |
Definition at line 34 of file test-loop-alive.c.
|
static |
Definition at line 25 of file test-loop-alive.c.
|
static |
Definition at line 32 of file test-loop-alive.c.