Home
last modified time | relevance | path

Searched refs:uv_handle_t (Results 151 – 175 of 213) sorted by relevance

123456789

/libuv/src/win/
H A Dstream-inl.h36 uv__handle_init(loop, (uv_handle_t*) handle, type); in uv__stream_init()
H A Dpoll.c200 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__fast_poll_process_poll_req()
405 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__slow_poll_process_poll_req()
447 uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); in uv_poll_init_socket()
547 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__poll_close()
H A Dfs-event.c141 uv__handle_init(loop, (uv_handle_t*) handle, UV_FS_EVENT); in uv_fs_event_init()
435 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__process_fs_event_req()
568 uv__want_endgame(loop, (uv_handle_t*)handle); in uv__process_fs_event_req()
581 uv__want_endgame(loop, (uv_handle_t*)handle); in uv__fs_event_close()
/libuv/docs/code/spawn/
H A Dmain.c12 uv_close((uv_handle_t*) req, NULL); in on_exit()
/libuv/test/
H A Dtest-default-loop-close.c31 uv_close((uv_handle_t*) timer, NULL); in timer_cb()
H A Dtest-tcp-write-after-connect.c36 uv_close((uv_handle_t*) req->handle, NULL); in write_cb()
H A Dtest-loop-time.c38 uv_close((uv_handle_t*)timer, NULL); in cb()
H A Dtest-loop-close.c48 uv_close((uv_handle_t*) &timer_handle, NULL); in TEST_IMPL()
H A Dtest-embed.c44 uv_close((uv_handle_t*) handle, NULL); in async_cb()
H A Dtest-eintr-handling.c88 uv_close((uv_handle_t*) &signal, NULL); in TEST_IMPL()
H A Dbenchmark-async-pummel.c48 uv_close((uv_handle_t*) handle, NULL); in async_cb()
H A Dtest-process-title.c82 uv_close((uv_handle_t*) process, NULL); in exit_cb()
H A Dtest-pipe-set-fchmod.c86 uv_close((uv_handle_t*)&pipe_handle, NULL); in TEST_IMPL()
H A Dtest-shutdown-simultaneous.c38 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb()
H A Dtest-pipe-set-non-blocking.c117 uv_close((uv_handle_t*) &pipe_handle, NULL); in TEST_IMPL()
/libuv/docs/code/progress/
H A Dmain.c28 uv_close((uv_handle_t*) &async, NULL); in after()
/libuv/src/unix/
H A Dcore.c147 void uv_close(uv_handle_t* handle, uv_close_cb close_cb) { in uv_close()
228 int uv__socket_sockopt(uv_handle_t* handle, int optname, int* value) { in uv__socket_sockopt()
256 void uv__make_close_pending(uv_handle_t* handle) { in uv__make_close_pending()
291 static void uv__finish_close(uv_handle_t* handle) { in uv__finish_close()
357 uv_handle_t* p; in uv__run_closing_handles()
358 uv_handle_t* q; in uv__run_closing_handles()
371 int uv_is_closing(const uv_handle_t* handle) { in uv_is_closing()
488 int uv_is_active(const uv_handle_t* handle) { in uv_is_active()
800 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { in uv_fileno()
1741 int uv__getsockpeername(const uv_handle_t* handle, in uv__getsockpeername()
H A Dloop-watcher.c27 uv__handle_init(loop, (uv_handle_t*)handle, UV_##type); \
H A Dstream.c87 uv__handle_init(loop, (uv_handle_t*)stream, type); in uv__stream_init()
266 static void uv__stream_osx_cb_close(uv_handle_t* async) { in uv__stream_osx_cb_close()
388 uv_close((uv_handle_t*) &s->async, uv__stream_osx_cb_close); in uv__stream_try_select()
739 static int uv__handle_fd(uv_handle_t* handle) { in uv__handle_fd()
787 fd_to_send = uv__handle_fd((uv_handle_t*) send_handle); in uv__try_write()
1051 stream->alloc_cb((uv_handle_t*)stream, 64 * 1024, &buf); in uv__read()
1319 if (uv__handle_fd((uv_handle_t*) send_handle) < 0) in uv__check_before_write()
1525 uv_close((uv_handle_t*) &s->async, uv__stream_osx_cb_close); in uv__stream_close()
H A Dtcp.c419 return uv__getsockpeername((const uv_handle_t*) handle, in uv_tcp_getsockname()
433 return uv__getsockpeername((const uv_handle_t*) handle, in uv_tcp_getpeername()
460 uv_close((uv_handle_t*) handle, close_cb); in uv_tcp_close_reset()
/libuv/docs/code/proc-streams/
H A Dmain.c13 uv_close((uv_handle_t*) req, NULL); in on_exit()
/libuv/docs/src/
H A Dfs_poll.rst39 .. seealso:: The :c:type:`uv_handle_t` members also apply.
77 .. seealso:: The :c:type:`uv_handle_t` API functions also apply.
H A Dtimer.rst27 .. seealso:: The :c:type:`uv_handle_t` members also apply.
88 .. seealso:: The :c:type:`uv_handle_t` API functions also apply.
H A Dsignal.rst76 .. seealso:: The :c:type:`uv_handle_t` members also apply.
101 .. seealso:: The :c:type:`uv_handle_t` API functions also apply.
/libuv/include/uv/
H A Dunix.h232 uv_handle_t* closing_handles; \
282 uv_handle_t* next_closing; \

Completed in 53 milliseconds

123456789