Home
last modified time | relevance | path

Searched refs:uv_poll_start (Results 1 - 19 of 19) sorted by relevance

/third_party/libuv/test/
H A Dtest-poll.c287 uv_poll_start(&context->poll_handle, UV_WRITABLE, connection_poll_cb);
288 uv_poll_start(&context->poll_handle, UV_READABLE, connection_poll_cb);
386 uv_poll_start(&context->poll_handle,
389 uv_poll_start(&context->poll_handle,
429 /* Poll mask changed. Call uv_poll_start again. */
431 uv_poll_start(handle, new_events, connection_poll_cb);
455 r = uv_poll_start(&context->poll_handle,
511 r = uv_poll_start(&connection_context->poll_handle,
536 r = uv_poll_start(&context->poll_handle, UV_READABLE, server_poll_cb);
555 r = uv_poll_start(
[all...]
H A Dtest-poll-multiple-handles.c71 ASSERT_OK(uv_poll_start(&first_poll_handle, UV_READABLE, poll_cb)); in TEST_IMPL()
80 ASSERT_EQ(uv_poll_start(&second_poll_handle, UV_READABLE, poll_cb), in TEST_IMPL()
86 ASSERT_OK(uv_poll_start(&second_poll_handle, UV_READABLE, poll_cb)); in TEST_IMPL()
H A Dtest-poll-closesocket.c45 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()
H A Dtest-poll-oob.c83 ASSERT_OK(uv_poll_start(&poll_req[0], in poll_cb()
147 ASSERT_OK(uv_poll_start(&poll_req[0], in connection_cb()
150 ASSERT_OK(uv_poll_start(&poll_req[1], in connection_cb()
H A Dtest-poll-close.c60 uv_poll_start(&poll_handles[i], UV_READABLE | UV_WRITABLE, NULL); in TEST_IMPL()
H A Dtest-poll-close-doesnt-corrupt-stack.c99 r = uv_poll_start(&handle, UV_READABLE | UV_WRITABLE, poll_cb); in TEST_IMPL()
H A Dtest-fork.c158 ASSERT_OK(uv_poll_start(&poll_handle, UV_READABLE, socket_cb)); in TEST_IMPL()
188 ASSERT_OK(uv_poll_start(&poll_handle, UV_READABLE, socket_cb)); in TEST_IMPL()
/third_party/libuv/docs/code/uvwget/
H A Dmain.c123 uv_poll_start(&curl_context->poll_handle, UV_READABLE, curl_perform); in handle_socket()
126 uv_poll_start(&curl_context->poll_handle, UV_WRITABLE, curl_perform); in handle_socket()
/third_party/libuv/src/unix/
H A Dpoll.c119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start() function
/third_party/node/deps/uv/src/unix/
H A Dpoll.c119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start() function
/third_party/curl/docs/examples/
H A Dmulti-uv.c195 uv_poll_start(&curl_context->poll_handle, events, curl_perform); in handle_socket()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c576 uv_poll_start(w->pwatcher, current_events, lws_io_cb); in elops_io_uv()
587 uv_poll_start(w->pwatcher, current_events, lws_io_cb); in elops_io_uv()
/third_party/node/deps/uvwasi/src/
H A Dpoll_oneoff.c224 r = uv_poll_start(poll_handle, in uvwasi__poll_oneoff_state_add_fdevent()
/third_party/libuv/src/win/
H A Dpoll.c518 int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb) { in uv_poll_start() function
/third_party/node/deps/uv/src/win/
H A Dpoll.c517 int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb) { in uv_poll_start() function
/third_party/libuv/include/
H A Duv.h889 UV_EXTERN int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb);
/third_party/libuv/include/uv_ndk/
H A Duv.h818 UV_EXTERN int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb);
/third_party/node/deps/uv/include/
H A Duv.h831 UV_EXTERN int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb);
/third_party/node/src/
H A Dcares_wrap.cc141 uv_poll_start(&task->poll_watcher, in ares_sockstate_cb()

Completed in 19 milliseconds