Searched refs:uv_ref (Results 1 – 16 of 16) sorted by relevance
269 uv_ref((uv_handle_t*) &stdout_pipe1); in stdio_over_pipes_helper()270 uv_ref((uv_handle_t*) &stdin_pipe1); in stdio_over_pipes_helper()271 uv_ref((uv_handle_t*) &stdout_pipe2); in stdio_over_pipes_helper()272 uv_ref((uv_handle_t*) &stdin_pipe2); in stdio_over_pipes_helper()
89 uv_ref((uv_handle_t*) &second_poll_handle); in TEST_IMPL()
439 uv_ref((uv_handle_t*)&h); in TEST_IMPL()
1129 uv_ref((uv_handle_t*) event); in TEST_IMPL()
38 uv_ref(reinterpret_cast<uv_handle_t*>(&timer_)); in Ref()
43 uv_ref(wrap->GetHandle()); in Ref()
818 uv_ref(reinterpret_cast<uv_handle_t*>(timer_handle())); in ToggleTimerRef()877 uv_ref(h); in RunTimers()
590 uv_ref(uv_timer_handle); in CloseKillTimer()
259 uv_ref(reinterpret_cast<uv_handle_t*>(&async)); in Ref()
961 uv_ref(reinterpret_cast<uv_handle_t*>(&task_queues_async_)); in add_refs()
156 .. c:function:: void uv_ref(uv_handle_t* handle)
561 void uv_ref(uv_handle_t* handle) { in uv_ref() function
70 void uv_ref(uv_handle_t*);
303 UV_EXTERN void uv_ref(uv_handle_t*);
301 UV_EXTERN void uv_ref(uv_handle_t*);
5932 should not exit until `func` has been destroyed. Similar to [`uv_ref`][] it is6096 [`uv_ref`]: https://docs.libuv.org/en/v1.x/handle.html#c.uv_ref