HomeSort by: relevance | last modified time | path
    Searched refs:uv_fs_poll_t (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mit/libuv/dist/test/
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,
91 static void poll_cb_noop(uv_fs_poll_t* handle,
98 static void poll_cb(uv_fs_poll_t* handle,
202 uv_fs_poll_t poll_handle;
221 uv_fs_poll_t poll_handle;
245 uv_fs_poll_t poll_handle
    [all...]
benchmark-sizes.c 39 fprintf(stderr, "uv_fs_poll_t: %u bytes\n", (unsigned int) sizeof(uv_fs_poll_t));
test-ref.c 212 uv_fs_poll_t h;
  /src/external/mit/libuv/dist/src/
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) {
66 int uv_fs_poll_start(uv_fs_poll_t* handle,
116 int uv_fs_poll_stop(uv_fs_poll_t* handle) {
138 int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size) {
167 void uv__fs_poll_close(uv_fs_poll_t* handle) {
192 uv_fs_poll_t* handle;
241 uv_fs_poll_t* handle;
284 void uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle) {
uv-common.h 210 void uv__fs_poll_close(uv_fs_poll_t* handle);
  /src/external/mit/libuv/dist/src/win/
handle.c 140 uv__fs_poll_close((uv_fs_poll_t*) handle);
handle-inl.h 156 uv__fs_poll_endgame(loop, (uv_fs_poll_t*) handle);
internal.h 250 void uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle);
  /src/external/mit/libuv/dist/include/
uv.h 236 typedef struct uv_fs_poll_s uv_fs_poll_t; typedef in typeref:struct:uv_fs_poll_s
411 typedef void (*uv_fs_poll_cb)(uv_fs_poll_t* handle,
1702 UV_EXTERN int uv_fs_poll_init(uv_loop_t* loop, uv_fs_poll_t* handle);
1703 UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle,
1707 UV_EXTERN int uv_fs_poll_stop(uv_fs_poll_t* handle);
1708 UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle,
  /src/external/mit/libuv/dist/src/unix/
core.c 224 uv__fs_poll_close((uv_fs_poll_t*)handle);

Completed in 23 milliseconds