Home
last modified time | relevance | path

Searched refs:uv_fs_poll_t (Results 1 - 20 of 20) sorted by relevance

/third_party/libuv/test/
H A Dtest-fs-poll.c31 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 Dbenchmark-sizes.c39 fprintf(stderr, "uv_fs_poll_t: %u bytes\n", (unsigned int) sizeof(uv_fs_poll_t)); in BENCHMARK_IMPL()
H A Dtest-ref.c212 uv_fs_poll_t h; in TEST_IMPL()
/third_party/libuv/src/
H A Dfs-poll.c38 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 Duv-common.h199 void uv__fs_poll_close(uv_fs_poll_t* handle);
/third_party/node/deps/uv/src/
H A Dfs-poll.c38 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 Duv-common.h195 void uv__fs_poll_close(uv_fs_poll_t* handle);
/third_party/node/src/
H A Dnode_stat_watcher.h58 static void Callback(uv_fs_poll_t* handle,
63 uv_fs_poll_t watcher_;
H A Dnode_stat_watcher.cc79 void StatWatcher::Callback(uv_fs_poll_t* handle, in Callback()
/third_party/libuv/src/win/
H A Dhandle-inl.h156 uv__fs_poll_endgame(loop, (uv_fs_poll_t*) handle); in uv__process_endgames()
H A Dhandle.c140 uv__fs_poll_close((uv_fs_poll_t*) handle); in uv_close()
H A Dinternal.h252 void uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle);
/third_party/node/deps/uv/src/win/
H A Dhandle-inl.h156 uv__fs_poll_endgame(loop, (uv_fs_poll_t*) handle); in uv__process_endgames()
H A Dhandle.c140 uv__fs_poll_close((uv_fs_poll_t*) handle); in uv_close()
H A Dinternal.h260 void uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle);
/third_party/libuv/include/
H A Duv.h247 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 Duv.h229 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 Duv.h229 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 Dcore.c180 uv__fs_poll_close((uv_fs_poll_t*)handle); in uv_close()
/third_party/libuv/src/unix/
H A Dcore.c213 uv__fs_poll_close((uv_fs_poll_t*)handle); in uv_close()

Completed in 19 milliseconds