Home
last modified time | relevance | path

Searched refs:poll_ctx (Results 1 - 5 of 5) sorted by relevance

/third_party/libuv/src/
H A Dfs-poll.c37 struct poll_ctx { struct
47 struct poll_ctx* previous; /* context from previous start()..stop() period */
61 handle->poll_ctx = NULL; in uv_fs_poll_init()
70 struct poll_ctx* ctx; in uv_fs_poll_start()
103 if (handle->poll_ctx != NULL) in uv_fs_poll_start()
104 ctx->previous = handle->poll_ctx; in uv_fs_poll_start()
105 handle->poll_ctx = ctx; in uv_fs_poll_start()
117 struct poll_ctx* ctx; in uv_fs_poll_stop()
122 ctx = handle->poll_ctx; in uv_fs_poll_stop()
139 struct poll_ctx* ct in uv_fs_poll_getpath()
[all...]
/third_party/node/deps/uv/src/
H A Dfs-poll.c37 struct poll_ctx { struct
47 struct poll_ctx* previous; /* context from previous start()..stop() period */
61 handle->poll_ctx = NULL; in uv_fs_poll_init()
70 struct poll_ctx* ctx; in uv_fs_poll_start()
103 if (handle->poll_ctx != NULL) in uv_fs_poll_start()
104 ctx->previous = handle->poll_ctx; in uv_fs_poll_start()
105 handle->poll_ctx = ctx; in uv_fs_poll_start()
117 struct poll_ctx* ctx; in uv_fs_poll_stop()
122 ctx = handle->poll_ctx; in uv_fs_poll_stop()
139 struct poll_ctx* ct in uv_fs_poll_getpath()
[all...]
/third_party/libuv/include/
H A Duv.h1697 void* poll_ctx; member
/third_party/libuv/include/uv_ndk/
H A Duv.h1562 void* poll_ctx; member
/third_party/node/deps/uv/include/
H A Duv.h1585 void* poll_ctx; member

Completed in 10 milliseconds