Go to the source code of this file.
Functions | |
static void | after_work_cb (uv_work_t *req, int status) |
TEST_IMPL (threadpool_queue_work_einval) | |
TEST_IMPL (threadpool_queue_work_simple) | |
static void | work_cb (uv_work_t *req) |
Variables | |
static int | after_work_cb_count |
static char | data |
static int | work_cb_count |
static uv_work_t | work_req |
Definition at line 38 of file test-threadpool.c.
TEST_IMPL | ( | threadpool_queue_work_einval | ) |
Definition at line 62 of file test-threadpool.c.
TEST_IMPL | ( | threadpool_queue_work_simple | ) |
Definition at line 46 of file test-threadpool.c.
|
static |
Definition at line 31 of file test-threadpool.c.
|
static |
Definition at line 26 of file test-threadpool.c.
|
static |
Definition at line 28 of file test-threadpool.c.
|
static |
Definition at line 25 of file test-threadpool.c.
|
static |
Definition at line 27 of file test-threadpool.c.