Home
last modified time | relevance | path

Searched refs:uv_poll_stop (Results 1 – 9 of 9) sorted by relevance

/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()
/libuv/docs/src/
H A Dpoll.rst28 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
/libuv/src/unix/
H A Dpoll.c112 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() function
/libuv/docs/code/uvwget/
H A Dmain.c130 uv_poll_stop(&((curl_context_t*)socketp)->poll_handle); in handle_socket()
/libuv/src/win/
H A Dpoll.c523 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() function
/libuv/include/
H A Duv.h904 UV_EXTERN int uv_poll_stop(uv_poll_t* handle);
/libuv/
H A DChangeLog1535 * 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