Go to the source code of this file.
Macros | |
#define | FIXTURE "testfile" |
Functions | |
static void | close_cb (uv_handle_t *handle) |
static void | poll_cb (uv_fs_poll_t *handle, int status, const uv_stat_t *prev, const uv_stat_t *curr) |
static void | poll_cb_fail (uv_fs_poll_t *handle, int status, const uv_stat_t *prev, const uv_stat_t *curr) |
static void | poll_cb_noop (uv_fs_poll_t *handle, int status, const uv_stat_t *prev, const uv_stat_t *curr) |
TEST_IMPL (fs_poll) | |
TEST_IMPL (fs_poll_close_request) | |
TEST_IMPL (fs_poll_close_request_multi_start_stop) | |
TEST_IMPL (fs_poll_close_request_multi_stop_start) | |
TEST_IMPL (fs_poll_close_request_stop_when_active) | |
TEST_IMPL (fs_poll_getpath) | |
static void | timer_cb (uv_timer_t *handle) |
static void | touch_file (const char *path) |
Variables | |
static int | close_cb_called |
static uv_loop_t * | loop |
static int | poll_cb_called |
static uv_fs_poll_t | poll_handle |
static int | timer_cb_called |
static uv_timer_t | timer_handle |
#define FIXTURE "testfile" |
Definition at line 27 of file test-fs-poll.c.
|
static |
Definition at line 73 of file test-fs-poll.c.
|
static |
Definition at line 98 of file test-fs-poll.c.
|
static |
Definition at line 84 of file test-fs-poll.c.
|
static |
Definition at line 91 of file test-fs-poll.c.
TEST_IMPL | ( | fs_poll | ) |
Definition at line 153 of file test-fs-poll.c.
TEST_IMPL | ( | fs_poll_close_request | ) |
Definition at line 200 of file test-fs-poll.c.
TEST_IMPL | ( | fs_poll_close_request_multi_start_stop | ) |
Definition at line 221 of file test-fs-poll.c.
TEST_IMPL | ( | fs_poll_close_request_multi_stop_start | ) |
Definition at line 247 of file test-fs-poll.c.
TEST_IMPL | ( | fs_poll_close_request_stop_when_active | ) |
Definition at line 273 of file test-fs-poll.c.
TEST_IMPL | ( | fs_poll_getpath | ) |
Definition at line 172 of file test-fs-poll.c.
|
static |
Definition at line 78 of file test-fs-poll.c.
|
static |
Definition at line 54 of file test-fs-poll.c.
|
static |
Definition at line 51 of file test-fs-poll.c.
|
static |
Definition at line 47 of file test-fs-poll.c.
|
static |
Definition at line 49 of file test-fs-poll.c.
|
static |
Definition at line 45 of file test-fs-poll.c.
|
static |
Definition at line 50 of file test-fs-poll.c.
|
static |
Definition at line 46 of file test-fs-poll.c.