Home
last modified time | relevance | path

Searched defs:poll_cb (Results 1 – 14 of 14) sorted by relevance

/third_party/libuv/test/
Dtest-poll-closesocket.c39 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb() function
Dtest-poll-multiple-handles.c41 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() function
Dtest-poll-close-doesnt-corrupt-stack.c45 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb() function
Dtest-poll-oob.c68 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() function
Dtest-fs-poll.c98 static void poll_cb(uv_fs_poll_t* handle, in poll_cb() function
/third_party/libuv/src/
Dfs-poll.c43 uv_fs_poll_cb poll_cb; member
185 static void poll_cb(uv_fs_t* req) { in poll_cb() function
/third_party/node/deps/uv/src/
Dfs-poll.c43 uv_fs_poll_cb poll_cb; member
185 static void poll_cb(uv_fs_t* req) { in poll_cb() function
/third_party/libuv/src/unix/
Dpoll.c119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start()
/third_party/node/deps/uv/src/unix/
Dpoll.c119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start()
/third_party/node/deps/uvwasi/src/
Dpoll_oneoff.c7 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() function
/third_party/libuv/include/uv_ndk/
Duv.h803 uv_poll_cb poll_cb; member
/third_party/node/deps/uv/include/
Duv.h816 uv_poll_cb poll_cb; member
/third_party/libuv/include/
Duv.h830 uv_poll_cb poll_cb; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h8352 struct blk_stat_callback *poll_cb; member