Searched refs:uv_poll_stop (Results 1 – 9 of 9) sorted by relevance
60 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()
85 ASSERT_OK(uv_poll_stop(&first_poll_handle)); in TEST_IMPL()
205 ASSERT_OK(uv_poll_stop(&poll_handle)); in TEST_IMPL()
28 closed immediately after a call to :c:func:`uv_poll_stop` or :c:func:`uv_close`.141 .. c:function:: int uv_poll_stop(uv_poll_t* poll)146 Calling :c:func:`uv_poll_stop` is effective immediately: any pending
112 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() function
130 uv_poll_stop(&((curl_context_t*)socketp)->poll_handle); in handle_socket()
523 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() function
904 UV_EXTERN int uv_poll_stop(uv_poll_t* handle);
1535 * win: DRY uv_poll_start() and uv_poll_stop() (Ben Noordhuis)3210 * unix: make uv_poll_stop() remove fd from pollset (Ben Noordhuis)
Completed in 42 milliseconds