Home
last modified time | relevance | path

Searched refs:poll_ctx (Results 1 – 4 of 4) sorted by relevance

/third_party/libuv/src/
Dfs-poll.c37 struct poll_ctx { struct
47 struct poll_ctx* previous; /* context from previous start()..stop() period */ argument
61 handle->poll_ctx = NULL; in uv_fs_poll_init() argument
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* ctx; in uv_fs_poll_getpath()
[all …]
/third_party/libuv/include/uv_ndk/
Duv.h1562 void* poll_ctx; member
/third_party/libuv/include/
Duv.h1597 void* poll_ctx; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h80201 enum ib_poll_context poll_ctx; member