Searched refs:uv_unref (Results 1 – 25 of 45) sorted by relevance
12
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 …]
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()
168 uv_unref((uv_handle_t*)&timer_handle); in pummel()179 uv_unref((uv_handle_t*)&s->udp_handle); in pummel()
86 uv_unref((uv_handle_t*) &second_poll_handle); in TEST_IMPL()
104 uv_unref((uv_handle_t*) &signal_hdl); in TEST_IMPL()
106 uv_unref((uv_handle_t*)&dummy); in TEST_IMPL()
94 uv_unref((uv_handle_t*)handle); in start_server()
107 uv_unref((uv_handle_t*) &tcps[i]); in TEST_IMPL()
41 uv_unref((uv_handle_t*)&h); /* don't keep the loop alive */ in udp_options_test()
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()
313 uv_unref((uv_handle_t*)&timer_handle); in TEST_IMPL()
39 uv_unref((uv_handle_t*)handle); in stop_uv_timer()57 uv_unref((uv_handle_t*)uv_timer); in timer_start()
21 uv_unref((uv_handle_t*) &gc_req); in main()
28 uv_unref((uv_handle_t*) &child_req); in main()
47 uv_unref(reinterpret_cast<uv_handle_t*>(leaked_timer)); in LeakHandle()
52 uv_unref(reinterpret_cast<uv_handle_t*>(&extra_async)); in Initialize()
519 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()
43 uv_unref(reinterpret_cast<uv_handle_t*>(&timer_)); in Unref()
183 uv_unref(reinterpret_cast<uv_handle_t*>(&dispatch_etw_events_change_async)); in init_etw()
52 uv_unref(wrap->GetHandle()); in Unref()
162 uv_unref(reinterpret_cast<uv_handle_t*>(&wrap->handle_)); in Start()
228 uv_unref(reinterpret_cast<uv_handle_t*>(flush_tasks_)); in PerIsolatePlatformData()458 uv_unref(reinterpret_cast<uv_handle_t*>(&delayed->timer)); in FlushForegroundTasksInternal()
261 uv_unref((uv_handle_t*) &state->timer); in uvwasi__poll_oneoff_run()
62 uv_unref(reinterpret_cast<uv_handle_t*>(&initialize_writer_async_)); in Agent()
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`