Home
last modified time | relevance | path

Searched refs:poll_cb (Results 1 – 19 of 19) sorted by relevance

/third_party/libuv/src/unix/
Dpoll.c50 handle->poll_cb(handle, UV_EBADF, 0); in uv__poll_io()
64 handle->poll_cb(handle, 0, pevents); in uv__poll_io()
92 handle->poll_cb = NULL; in uv_poll_init()
119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start() argument
152 handle->poll_cb = poll_cb; in uv_poll_start()
/third_party/node/deps/uv/src/unix/
Dpoll.c50 handle->poll_cb(handle, UV_EBADF, 0); in uv__poll_io()
64 handle->poll_cb(handle, 0, pevents); in uv__poll_io()
92 handle->poll_cb = NULL; in uv_poll_init()
119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start() argument
152 handle->poll_cb = poll_cb; in uv_poll_start()
/third_party/libuv/test/
Dtest-poll-multiple-handles.c41 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() function
67 ASSERT(0 == uv_poll_start(&first_poll_handle, UV_READABLE, poll_cb)); in TEST_IMPL()
76 ASSERT(uv_poll_start(&second_poll_handle, UV_READABLE, poll_cb) == UV_EEXIST); in TEST_IMPL()
81 ASSERT(0 == uv_poll_start(&second_poll_handle, UV_READABLE, poll_cb)); in TEST_IMPL()
Dtest-poll-closesocket.c39 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb() function
45 r = uv_poll_start(&handle, UV_READABLE, poll_cb); in poll_cb()
82 r = uv_poll_start(&handle, UV_WRITABLE, poll_cb); in TEST_IMPL()
Dtest-poll-oob.c68 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() function
85 poll_cb)); in poll_cb()
145 poll_cb)); in connection_cb()
148 poll_cb)); in connection_cb()
Dtest-poll-close-doesnt-corrupt-stack.c45 static void poll_cb(uv_poll_t* h, int status, int events) { in poll_cb() function
99 r = uv_poll_start(&handle, UV_READABLE | UV_WRITABLE, poll_cb); in TEST_IMPL()
Dtest-fs-poll.c31 static void poll_cb(uv_fs_poll_t* handle,
98 static void poll_cb(uv_fs_poll_t* handle, in poll_cb() function
160 ASSERT(0 == uv_fs_poll_start(&poll_handle, poll_cb, FIXTURE, 100)); in TEST_IMPL()
/third_party/node/deps/uv/src/
Dfs-poll.c43 uv_fs_poll_cb poll_cb; member
52 static void poll_cb(uv_fs_t* req);
86 ctx->poll_cb = cb; in uv_fs_poll_start()
99 err = uv_fs_stat(loop, &ctx->fs_req, ctx->path, poll_cb); in uv_fs_poll_start()
180 if (uv_fs_stat(ctx->loop, &ctx->fs_req, ctx->path, poll_cb)) in timer_cb()
185 static void poll_cb(uv_fs_t* req) { in poll_cb() function
199 ctx->poll_cb(ctx->parent_handle, in poll_cb()
212 ctx->poll_cb(ctx->parent_handle, 0, &ctx->statbuf, statbuf); in poll_cb()
/third_party/libuv/src/
Dfs-poll.c43 uv_fs_poll_cb poll_cb; member
52 static void poll_cb(uv_fs_t* req);
86 ctx->poll_cb = cb; in uv_fs_poll_start()
99 err = uv_fs_stat(loop, &ctx->fs_req, ctx->path, poll_cb); in uv_fs_poll_start()
180 if (uv_fs_stat(ctx->loop, &ctx->fs_req, ctx->path, poll_cb)) in timer_cb()
185 static void poll_cb(uv_fs_t* req) { in poll_cb() function
199 ctx->poll_cb(ctx->parent_handle, in poll_cb()
212 ctx->poll_cb(ctx->parent_handle, 0, &ctx->statbuf, statbuf); in poll_cb()
/third_party/node/deps/uv/src/win/
Dpoll.c160 handle->poll_cb(handle, uv_translate_sys_error(error), 0); in uv__fast_poll_process_poll_req()
188 handle->poll_cb(handle, 0, events); in uv__fast_poll_process_poll_req()
387 handle->poll_cb(handle, uv_translate_sys_error(err), 0); in uv__slow_poll_process_poll_req()
393 handle->poll_cb(handle, 0, events); in uv__slow_poll_process_poll_req()
495 handle->poll_cb = cb; in uv__poll_set()
523 return uv__poll_set(handle, 0, handle->poll_cb); in uv_poll_stop()
/third_party/libuv/src/win/
Dpoll.c162 handle->poll_cb(handle, uv_translate_sys_error(error), 0); in uv__fast_poll_process_poll_req()
190 handle->poll_cb(handle, 0, events); in uv__fast_poll_process_poll_req()
389 handle->poll_cb(handle, uv_translate_sys_error(err), 0); in uv__slow_poll_process_poll_req()
395 handle->poll_cb(handle, 0, events); in uv__slow_poll_process_poll_req()
497 handle->poll_cb = cb; in uv__poll_set()
525 return uv__poll_set(handle, 0, handle->poll_cb); in uv_poll_stop()
/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
226 poll_cb); in uvwasi__poll_oneoff_state_add_fdevent()
/third_party/libuv/docs/src/
Dfs_poll.rst49 .. c:function:: int uv_fs_poll_start(uv_fs_poll_t* handle, uv_fs_poll_cb poll_cb, const char* path,…
/third_party/libuv/include/
Duv.h816 uv_poll_cb poll_cb; member
1617 uv_fs_poll_cb poll_cb,
/third_party/node/deps/uv/include/
Duv.h816 uv_poll_cb poll_cb; member
1590 uv_fs_poll_cb poll_cb,
/third_party/libuv/include/uv_ndk/
Duv.h803 uv_poll_cb poll_cb; member
1567 uv_fs_poll_cb poll_cb,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h8352 struct blk_stat_callback *poll_cb; member
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi10153 …<var-decl name="poll_cb" type-id="1f98c663" visibility="default" filepath="include/linux/blkdev.h"…
75156 …<var-decl name="poll_cb" type-id="1f98c663" visibility="default" filepath="include/linux/blkdev.h"…
Dtest-PR27569-v0.abi10153 …<var-decl name="poll_cb" type-id="1f98c663" visibility="default" filepath="include/linux/blkdev.h"…
75142 …<var-decl name="poll_cb" type-id="1f98c663" visibility="default" filepath="include/linux/blkdev.h"…