Home
last modified time | relevance | path

Searched refs:uv_ref (Results 1 – 16 of 16) sorted by relevance

/third_party/libuv/test/
Dtest-stdio-over-pipes.c269 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()
Dtest-poll-multiple-handles.c89 uv_ref((uv_handle_t*) &second_poll_handle); in TEST_IMPL()
Dtest-ref.c439 uv_ref((uv_handle_t*)&h); in TEST_IMPL()
Dtest-fs-event.c1129 uv_ref((uv_handle_t*) event); in TEST_IMPL()
/third_party/node/src/
Dtimer_wrap.cc38 uv_ref(reinterpret_cast<uv_handle_t*>(&timer_)); in Ref()
Dhandle_wrap.cc43 uv_ref(wrap->GetHandle()); in Ref()
Denv.cc818 uv_ref(reinterpret_cast<uv_handle_t*>(timer_handle())); in ToggleTimerRef()
877 uv_ref(h); in RunTimers()
Dspawn_sync.cc590 uv_ref(uv_timer_handle); in CloseKillTimer()
Dnode_api.cc259 uv_ref(reinterpret_cast<uv_handle_t*>(&async)); in Ref()
Denv-inl.h961 uv_ref(reinterpret_cast<uv_handle_t*>(&task_queues_async_)); in add_refs()
/third_party/libuv/docs/src/
Dhandle.rst156 .. c:function:: void uv_ref(uv_handle_t* handle)
/third_party/libuv/src/
Duv-common.c561 void uv_ref(uv_handle_t* handle) { in uv_ref() function
/third_party/libuv/docs/src/guide/
Dutilities.rst70 void uv_ref(uv_handle_t*);
/third_party/libuv/include/
Duv.h303 UV_EXTERN void uv_ref(uv_handle_t*);
/third_party/libuv/include/uv_ndk/
Duv.h301 UV_EXTERN void uv_ref(uv_handle_t*);
/third_party/node/doc/api/
Dn-api.md5932 should not exit until `func` has been destroyed. Similar to [`uv_ref`][] it is
6096 [`uv_ref`]: https://docs.libuv.org/en/v1.x/handle.html#c.uv_ref