Go to the source code of this file.
Functions | |
static void | async_cb (uv_async_t *handle) |
static void | close_cb (uv_handle_t *handle) |
static void | prepare_cb (uv_prepare_t *handle) |
TEST_IMPL (async) | |
static void | thread_cb (void *arg) |
Variables | |
static uv_async_t | async |
static volatile int | async_cb_called |
static int | close_cb_called |
static uv_mutex_t | mutex |
static uv_prepare_t | prepare |
static int | prepare_cb_called |
static uv_thread_t | thread |
|
static |
Definition at line 78 of file test-async.c.
|
static |
Definition at line 72 of file test-async.c.
|
static |
Definition at line 94 of file test-async.c.
TEST_IMPL | ( | async | ) |
Definition at line 108 of file test-async.c.
|
static |
Definition at line 38 of file test-async.c.
|
static |
Definition at line 31 of file test-async.c.
|
static |
Definition at line 33 of file test-async.c.
|
static |
Definition at line 35 of file test-async.c.
|
static |
Definition at line 28 of file test-async.c.
|
static |
Definition at line 30 of file test-async.c.
|
static |
Definition at line 34 of file test-async.c.
|
static |
Definition at line 27 of file test-async.c.