/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-ref.c | 113 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 D | test-stdio-over-pipes.c | 244 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 D | benchmark-udp-pummel.c | 168 uv_unref((uv_handle_t*)&timer_handle); in pummel() 179 uv_unref((uv_handle_t*)&s->udp_handle); in pummel()
|
H A D | test-poll-multiple-handles.c | 86 uv_unref((uv_handle_t*) &second_poll_handle); in TEST_IMPL()
|
H A D | test-signal-pending-on-close.c | 104 uv_unref((uv_handle_t*) &signal_hdl); in TEST_IMPL()
|
H A D | test-timer-again.c | 106 uv_unref((uv_handle_t*)&dummy); in TEST_IMPL()
|
H A D | test-tcp-close.c | 94 uv_unref((uv_handle_t*)handle); in start_server()
|
H A D | test-osx-select.c | 107 uv_unref((uv_handle_t*) &tcps[i]); in TEST_IMPL()
|
H A D | test-udp-options.c | 41 uv_unref((uv_handle_t*)&h); /* don't keep the loop alive */ in udp_options_test()
|
H A D | test-fork.c | 256 uv_unref((uv_handle_t*)&signal_handle); in TEST_IMPL() 310 uv_unref((uv_handle_t*)&signal_handle); /* so the loop can exit; in TEST_IMPL()
|
H A D | test-tcp-close-after-read-timeout.c | 137 uv_unref((uv_handle_t*) handle); in start_server()
|
H A D | test-loop-handles.c | 313 uv_unref((uv_handle_t*)&timer_handle); in TEST_IMPL()
|
H A D | test-timer.c | 145 uv_unref((uv_handle_t*)&never); in TEST_IMPL()
|
H A D | benchmark-multi-accept.c | 265 uv_unref((uv_handle_t*) &ctx->async_handle); in server_cb()
|
H A D | test-spawn.c | 833 uv_unref((uv_handle_t*) &process); in TEST_IMPL() 1664 uv_unref((uv_handle_t*) &process); in TEST_IMPL()
|
H A D | test-fs-event.c | 1130 uv_unref((uv_handle_t*) event); in TEST_IMPL()
|
/netbsd-src/external/mit/libuv/dist/docs/code/ref-timer/ |
H A D | main.c | 21 uv_unref((uv_handle_t*) &gc_req); in main()
|
/netbsd-src/external/mit/libuv/dist/docs/code/detach/ |
H A D | main.c | 28 uv_unref((uv_handle_t*) &child_req); in main()
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | handle.rst | 163 .. c:function:: void uv_unref(uv_handle_t* handle) 276 by unreferencing handles which are active, for example by calling :c:func:`uv_unref`
|
H A D | process.rst | 68 * parent's event loop alive unless the parent process calls uv_unref() on
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | fsevents.c | 837 uv_unref((uv_handle_t*) handle->cf_cb); in uv__fsevents_init()
|
/netbsd-src/external/mit/libuv/dist/src/ |
H A D | uv-common.c | 568 void uv_unref(uv_handle_t* handle) { in uv_unref() function
|
/netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
H A D | processes.rst | 115 won't exit. Use ``uv_unref()`` if you want to be more *fire-and-forget*.
|
H A D | utilities.rst | 71 void uv_unref(uv_handle_t*);
|
/netbsd-src/external/mit/libuv/dist/include/ |
H A D | uv.h | 304 UV_EXTERN void uv_unref(uv_handle_t*);
|