Home
last modified time | relevance | path

Searched refs:uv_poll_stop (Results 1 - 14 of 14) sorted by relevance

/third_party/libuv/test/
H A Dtest-poll-oob.c60 uv_poll_stop(&poll_req[0]); in idle_cb()
61 uv_poll_stop(&poll_req[1]); in idle_cb()
82 ASSERT_OK(uv_poll_stop(&poll_req[0])); in poll_cb()
124 uv_poll_stop(&poll_req[1]); in poll_cb()
H A Dtest-poll-multiple-handles.c85 ASSERT_OK(uv_poll_stop(&first_poll_handle)); in TEST_IMPL()
H A Dtest-fork.c205 ASSERT_OK(uv_poll_stop(&poll_handle)); in TEST_IMPL()
/third_party/node/deps/uvwasi/src/
H A Dpoll_oneoff.c11 uv_poll_stop(handle); in poll_cb()
30 uv_poll_stop(&state->poll_handles[i]); in timeout_cb()
/third_party/libuv/src/unix/
H A Dpoll.c112 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() function
/third_party/node/deps/uv/src/unix/
H A Dpoll.c112 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() function
/third_party/curl/docs/examples/
H A Dmulti-uv.c199 uv_poll_stop(&((curl_context_t*)socketp)->poll_handle); in handle_socket()
/third_party/libuv/docs/code/uvwget/
H A Dmain.c130 uv_poll_stop(&((curl_context_t*)socketp)->poll_handle); in handle_socket()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c437 uv_poll_stop(wsi_to_priv_uv(wsi)->w_read.pwatcher); in elops_wsi_logical_close_uv()
585 uv_poll_stop(w->pwatcher); in elops_io_uv()
/third_party/libuv/src/win/
H A Dpoll.c523 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() function
/third_party/node/deps/uv/src/win/
H A Dpoll.c522 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() function
/third_party/libuv/include/
H A Duv.h890 UV_EXTERN int uv_poll_stop(uv_poll_t* handle);
/third_party/libuv/include/uv_ndk/
H A Duv.h819 UV_EXTERN int uv_poll_stop(uv_poll_t* handle);
/third_party/node/deps/uv/include/
H A Duv.h832 UV_EXTERN int uv_poll_stop(uv_poll_t* handle);

Completed in 15 milliseconds