/third_party/libuv/test/ |
H A D | test-fs-poll.c | 31 static void poll_cb(uv_fs_poll_t* handle, 36 static void poll_cb_fail(uv_fs_poll_t* handle, 40 static void poll_cb_noop(uv_fs_poll_t* handle, 45 static uv_fs_poll_t poll_handle; 84 static void poll_cb_fail(uv_fs_poll_t* handle, in poll_cb_fail() 91 static void poll_cb_noop(uv_fs_poll_t* handle, in poll_cb_noop() 98 static void poll_cb(uv_fs_poll_t* handle, in poll_cb() 202 uv_fs_poll_t poll_handle; in TEST_IMPL() 221 uv_fs_poll_t poll_handle; in TEST_IMPL() 245 uv_fs_poll_t poll_handl in TEST_IMPL() [all...] |
H A D | benchmark-sizes.c | 39 fprintf(stderr, "uv_fs_poll_t: %u bytes\n", (unsigned int) sizeof(uv_fs_poll_t)); in BENCHMARK_IMPL()
|
H A D | test-ref.c | 212 uv_fs_poll_t h; in TEST_IMPL()
|
/third_party/libuv/src/ |
H A D | fs-poll.c | 38 uv_fs_poll_t* parent_handle; 59 int uv_fs_poll_init(uv_loop_t* loop, uv_fs_poll_t* handle) { in uv_fs_poll_init() 66 int uv_fs_poll_start(uv_fs_poll_t* handle, in uv_fs_poll_start() 116 int uv_fs_poll_stop(uv_fs_poll_t* handle) { in uv_fs_poll_stop() 138 int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size) { in uv_fs_poll_getpath() 164 void uv__fs_poll_close(uv_fs_poll_t* handle) { in uv__fs_poll_close() 189 uv_fs_poll_t* handle; in poll_cb() 238 uv_fs_poll_t* handle; in timer_close_cb() 281 void uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle) { in uv__fs_poll_endgame()
|
H A D | uv-common.h | 199 void uv__fs_poll_close(uv_fs_poll_t* handle);
|
/third_party/node/deps/uv/src/ |
H A D | fs-poll.c | 38 uv_fs_poll_t* parent_handle; 59 int uv_fs_poll_init(uv_loop_t* loop, uv_fs_poll_t* handle) { in uv_fs_poll_init() 66 int uv_fs_poll_start(uv_fs_poll_t* handle, in uv_fs_poll_start() 116 int uv_fs_poll_stop(uv_fs_poll_t* handle) { in uv_fs_poll_stop() 138 int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size) { in uv_fs_poll_getpath() 164 void uv__fs_poll_close(uv_fs_poll_t* handle) { in uv__fs_poll_close() 189 uv_fs_poll_t* handle; in poll_cb() 238 uv_fs_poll_t* handle; in timer_close_cb() 281 void uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle) { in uv__fs_poll_endgame()
|
H A D | uv-common.h | 195 void uv__fs_poll_close(uv_fs_poll_t* handle);
|
/third_party/node/src/ |
H A D | node_stat_watcher.h | 58 static void Callback(uv_fs_poll_t* handle, 63 uv_fs_poll_t watcher_;
|
H A D | node_stat_watcher.cc | 79 void StatWatcher::Callback(uv_fs_poll_t* handle, in Callback()
|
/third_party/libuv/src/win/ |
H A D | handle-inl.h | 156 uv__fs_poll_endgame(loop, (uv_fs_poll_t*) handle); in uv__process_endgames()
|
H A D | handle.c | 140 uv__fs_poll_close((uv_fs_poll_t*) handle); in uv_close()
|
H A D | internal.h | 252 void uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle);
|
/third_party/node/deps/uv/src/win/ |
H A D | handle-inl.h | 156 uv__fs_poll_endgame(loop, (uv_fs_poll_t*) handle); in uv__process_endgames()
|
H A D | handle.c | 140 uv__fs_poll_close((uv_fs_poll_t*) handle); in uv_close()
|
H A D | internal.h | 260 void uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle);
|
/third_party/libuv/include/ |
H A D | uv.h | 247 typedef struct uv_fs_poll_s uv_fs_poll_t; typedef 422 typedef void (*uv_fs_poll_cb)(uv_fs_poll_t* handle, 1700 UV_EXTERN int uv_fs_poll_init(uv_loop_t* loop, uv_fs_poll_t* handle); 1701 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle, 1705 UV_EXTERN int uv_fs_poll_stop(uv_fs_poll_t* handle); 1706 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 229 typedef struct uv_fs_poll_s uv_fs_poll_t; typedef 376 typedef void (*uv_fs_poll_cb)(uv_fs_poll_t* handle, 1565 UV_EXTERN int uv_fs_poll_init(uv_loop_t* loop, uv_fs_poll_t* handle); 1566 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle, 1570 UV_EXTERN int uv_fs_poll_stop(uv_fs_poll_t* handle); 1571 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 229 typedef struct uv_fs_poll_s uv_fs_poll_t; typedef 378 typedef void (*uv_fs_poll_cb)(uv_fs_poll_t* handle, 1588 UV_EXTERN int uv_fs_poll_init(uv_loop_t* loop, uv_fs_poll_t* handle); 1589 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle, 1593 UV_EXTERN int uv_fs_poll_stop(uv_fs_poll_t* handle); 1594 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 180 uv__fs_poll_close((uv_fs_poll_t*)handle); in uv_close()
|
/third_party/libuv/src/unix/ |
H A D | core.c | 213 uv__fs_poll_close((uv_fs_poll_t*)handle); in uv_close()
|