Home
last modified time | relevance | path

Searched refs:uv_ref (Results 1 - 14 of 14) sorted by relevance

/third_party/libuv/test/
H A 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()
H A Dtest-poll-multiple-handles.c94 uv_ref((uv_handle_t*) &second_poll_handle); in TEST_IMPL()
H A Dtest-ref.c439 uv_ref((uv_handle_t*)&h); in TEST_IMPL()
H A Dtest-fs-event.c1155 uv_ref((uv_handle_t*) event); in TEST_IMPL()
/third_party/node/src/
H A Dtimer_wrap.cc33 uv_ref(reinterpret_cast<uv_handle_t*>(&timer_)); in Ref()
H A Dhandle_wrap.cc45 uv_ref(wrap->GetHandle()); in Ref()
H A Denv.cc599 uv_ref(reinterpret_cast<uv_handle_t*>(&task_queues_async_)); in add_refs()
1181 uv_ref(reinterpret_cast<uv_handle_t*>(timer_handle())); in ToggleTimerRef()
1239 uv_ref(h); in RunTimers()
H A Dspawn_sync.cc589 uv_ref(uv_timer_handle); in CloseKillTimer()
H A Dnode_api.cc343 uv_ref(reinterpret_cast<uv_handle_t*>(&async)); in Ref()
/third_party/libuv/src/
H A Duv-common.c600 void uv_ref(uv_handle_t* handle) { in uv_ref() function
/third_party/node/deps/uv/src/
H A Duv-common.c563 void uv_ref(uv_handle_t* handle) { in uv_ref() function
/third_party/libuv/include/
H A Duv.h326 UV_EXTERN void uv_ref(uv_handle_t*);
/third_party/libuv/include/uv_ndk/
H A Duv.h301 UV_EXTERN void uv_ref(uv_handle_t*);
/third_party/node/deps/uv/include/
H A Duv.h303 UV_EXTERN void uv_ref(uv_handle_t*);

Completed in 21 milliseconds