Home
last modified time | relevance | path

Searched refs:uv__want_endgame (Results 1 – 13 of 13) sorted by relevance

/third_party/libuv/src/win/
Dhandle.c102 uv__want_endgame(loop, handle); in uv_close()
108 uv__want_endgame(loop, handle); in uv_close()
114 uv__want_endgame(loop, handle); in uv_close()
120 uv__want_endgame(loop, handle); in uv_close()
Dasync.c59 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__async_close()
94 uv__want_endgame(loop, (uv_handle_t*)handle); in uv__process_async_wakeup_req()
Dhandle-inl.h58 uv__want_endgame(loop, (uv_handle_t*)handle); \
88 INLINE static void uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) { in uv__want_endgame() function
Dsignal.c257 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__process_signal_req()
267 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__signal_close()
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()
548 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__poll_close()
Dfs-event.c445 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__process_fs_event_req()
578 uv__want_endgame(loop, (uv_handle_t*)handle); in uv__process_fs_event_req()
591 uv__want_endgame(loop, (uv_handle_t*)handle); in uv__fs_event_close()
Dstream.c220 uv__want_endgame(loop, (uv_handle_t*)handle); in uv_shutdown()
Dprocess.c877 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__process_proc_exit()
921 uv__want_endgame(loop, (uv_handle_t*)handle); in uv__process_close()
Dtcp.c1164 uv__want_endgame(loop, (uv_handle_t*)handle); in uv__process_tcp_write_req()
1501 uv__want_endgame(tcp->loop, (uv_handle_t*)tcp); in uv__tcp_close()
Dtty.c2243 uv__want_endgame(loop, (uv_handle_t*)handle);
2266 uv__want_endgame(handle->loop, (uv_handle_t*) handle);
Dudp.c178 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__udp_close()
Dpipe.c1030 uv__want_endgame(loop, (uv_handle_t*) handle); in uv__pipe_close()
2099 uv__want_endgame(loop, (uv_handle_t*)handle); in uv__process_pipe_write_req()
/third_party/libuv/src/
Dfs-poll.c28 #define uv__make_close_pending(h) uv__want_endgame((h)->loop, (h))