Home
last modified time | relevance | path

Searched refs:uv_unref (Results 1 – 25 of 25) sorted by relevance

/libuv/test/
H A Dtest-ref.c113 uv_unref((uv_handle_t*)&h); in TEST_IMPL()
124 uv_unref((uv_handle_t*)&h); in TEST_IMPL()
136 uv_unref((uv_handle_t*)&h); in TEST_IMPL()
148 uv_unref((uv_handle_t*)&h); in TEST_IMPL()
158 uv_unref((uv_handle_t*)h); in prepare_cb()
176 uv_unref((uv_handle_t*)&h); in TEST_IMPL()
188 uv_unref((uv_handle_t*)&h); in TEST_IMPL()
203 uv_unref((uv_handle_t*)&h); in TEST_IMPL()
215 uv_unref((uv_handle_t*)&h); in TEST_IMPL()
226 uv_unref((uv_handle_t*)&h); in TEST_IMPL()
[all …]
H A Dtest-stdio-over-pipes.c244 uv_unref((uv_handle_t*) &stdin_pipe1); in stdio_over_pipes_helper()
245 uv_unref((uv_handle_t*) &stdout_pipe1); in stdio_over_pipes_helper()
246 uv_unref((uv_handle_t*) &stdin_pipe2); in stdio_over_pipes_helper()
247 uv_unref((uv_handle_t*) &stdout_pipe2); in stdio_over_pipes_helper()
H A Dbenchmark-udp-pummel.c168 uv_unref((uv_handle_t*)&timer_handle); in pummel()
179 uv_unref((uv_handle_t*)&s->udp_handle); in pummel()
H A Dtest-poll-multiple-handles.c91 uv_unref((uv_handle_t*) &second_poll_handle); in TEST_IMPL()
H A Dtest-signal-pending-on-close.c102 uv_unref((uv_handle_t*) &signal_hdl); in TEST_IMPL()
H A Dtest-timer-again.c106 uv_unref((uv_handle_t*)&dummy); in TEST_IMPL()
H A Dtest-tcp-close.c94 uv_unref((uv_handle_t*)handle); in start_server()
H A Dtest-osx-select.c107 uv_unref((uv_handle_t*) &tcps[i]); in TEST_IMPL()
H A Dtest-udp-options.c41 uv_unref((uv_handle_t*)&h); /* don't keep the loop alive */ in udp_options_test()
H A Dtest-timer.c147 uv_unref((uv_handle_t*)&never); in TEST_IMPL()
448 uv_unref((uv_handle_t*) &timer_handle); in TEST_IMPL()
H A Dtest-tcp-close-after-read-timeout.c137 uv_unref((uv_handle_t*) handle); in start_server()
H A Dtest-fork.c279 uv_unref((uv_handle_t*)&signal_handle); in TEST_IMPL()
339 uv_unref((uv_handle_t*)&signal_handle); /* so the loop can exit; in TEST_IMPL()
H A Dtest-loop-handles.c313 uv_unref((uv_handle_t*)&timer_handle); in TEST_IMPL()
H A Dbenchmark-multi-accept.c265 uv_unref((uv_handle_t*) &ctx->async_handle); in server_cb()
H A Dtest-spawn.c836 uv_unref((uv_handle_t*) &process); in TEST_IMPL()
1760 uv_unref((uv_handle_t*) &process); in TEST_IMPL()
/libuv/docs/code/ref-timer/
H A Dmain.c21 uv_unref((uv_handle_t*) &gc_req); in main()
/libuv/docs/code/detach/
H A Dmain.c28 uv_unref((uv_handle_t*) &child_req); in main()
/libuv/docs/src/
H A Dhandle.rst166 .. c:function:: void uv_unref(uv_handle_t* handle)
279 by unreferencing handles which are active, for example by calling :c:func:`uv_unref`
H A Dprocess.rst68 * parent's event loop alive unless the parent process calls uv_unref() on
/libuv/src/unix/
H A Dfsevents.c827 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
/libuv/src/
H A Duv-common.c623 void uv_unref(uv_handle_t* handle) { in uv_unref() function
/libuv/docs/src/guide/
H A Dutilities.rst71 void uv_unref(uv_handle_t*);
H A Dprocesses.rst117 won't exit. Use ``uv_unref()`` if you want to be more *fire-and-forget*.
/libuv/include/
H A Duv.h315 UV_EXTERN void uv_unref(uv_handle_t*);
/libuv/src/win/
H A Dpipe.c2348 uv_unref((uv_handle_t*) pipe->pipe.conn.eof_timer); in eof_timer_init()

Completed in 71 milliseconds