Home
last modified time | relevance | path

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

12

/third_party/libuv/test/
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 …]
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()
Dbenchmark-udp-pummel.c168 uv_unref((uv_handle_t*)&timer_handle); in pummel()
179 uv_unref((uv_handle_t*)&s->udp_handle); in pummel()
Dtest-poll-multiple-handles.c86 uv_unref((uv_handle_t*) &second_poll_handle); in TEST_IMPL()
Dtest-signal-pending-on-close.c104 uv_unref((uv_handle_t*) &signal_hdl); in TEST_IMPL()
Dtest-timer-again.c106 uv_unref((uv_handle_t*)&dummy); in TEST_IMPL()
Dtest-tcp-close.c94 uv_unref((uv_handle_t*)handle); in start_server()
Dtest-osx-select.c107 uv_unref((uv_handle_t*) &tcps[i]); in TEST_IMPL()
Dtest-udp-options.c41 uv_unref((uv_handle_t*)&h); /* don't keep the loop alive */ in udp_options_test()
Dtest-fork.c256 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()
Dtest-loop-handles.c313 uv_unref((uv_handle_t*)&timer_handle); in TEST_IMPL()
/third_party/grpc/src/core/lib/iomgr/
Dtimer_uv.cc39 uv_unref((uv_handle_t*)handle); in stop_uv_timer()
57 uv_unref((uv_handle_t*)uv_timer); in timer_start()
/third_party/libuv/docs/code/ref-timer/
Dmain.c21 uv_unref((uv_handle_t*) &gc_req); in main()
/third_party/libuv/docs/code/detach/
Dmain.c28 uv_unref((uv_handle_t*) &child_req); in main()
/third_party/node/test/addons/uv-handle-leak/
Dbinding.cc47 uv_unref(reinterpret_cast<uv_handle_t*>(leaked_timer)); in LeakHandle()
/third_party/node/test/addons/worker-addon/
Dbinding.cc52 uv_unref(reinterpret_cast<uv_handle_t*>(&extra_async)); in Initialize()
/third_party/node/src/
Denv.cc519 uv_unref(reinterpret_cast<uv_handle_t*>(timer_handle())); in InitializeLibuv()
522 uv_unref(reinterpret_cast<uv_handle_t*>(immediate_check_handle())); in InitializeLibuv()
545 uv_unref(reinterpret_cast<uv_handle_t*>(&idle_prepare_handle_)); in InitializeLibuv()
546 uv_unref(reinterpret_cast<uv_handle_t*>(&idle_check_handle_)); in InitializeLibuv()
547 uv_unref(reinterpret_cast<uv_handle_t*>(&task_queues_async_)); in InitializeLibuv()
820 uv_unref(reinterpret_cast<uv_handle_t*>(timer_handle())); in ToggleTimerRef()
879 uv_unref(h); in RunTimers()
881 uv_unref(h); in RunTimers()
Dtimer_wrap.cc43 uv_unref(reinterpret_cast<uv_handle_t*>(&timer_)); in Unref()
Dnode_win32_etw_provider.cc183 uv_unref(reinterpret_cast<uv_handle_t*>(&dispatch_etw_events_change_async)); in init_etw()
Dhandle_wrap.cc52 uv_unref(wrap->GetHandle()); in Unref()
Dfs_event_wrap.cc162 uv_unref(reinterpret_cast<uv_handle_t*>(&wrap->handle_)); in Start()
Dnode_platform.cc228 uv_unref(reinterpret_cast<uv_handle_t*>(flush_tasks_)); in PerIsolatePlatformData()
458 uv_unref(reinterpret_cast<uv_handle_t*>(&delayed->timer)); in FlushForegroundTasksInternal()
/third_party/node/deps/uvwasi/src/
Dpoll_oneoff.c261 uv_unref((uv_handle_t*) &state->timer); in uvwasi__poll_oneoff_run()
/third_party/node/src/tracing/
Dagent.cc62 uv_unref(reinterpret_cast<uv_handle_t*>(&initialize_writer_async_)); in Agent()
/third_party/libuv/docs/src/
Dhandle.rst163 .. c:function:: void uv_unref(uv_handle_t* handle)
276 by unreferencing handles which are active, for example by calling :c:func:`uv_unref`

12