Home
last modified time | relevance | path

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

/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()
/libuv/docs/src/
H A Dhandle.rst159 .. c:function:: void uv_ref(uv_handle_t* handle)
/libuv/src/
H A Duv-common.c599 void uv_ref(uv_handle_t* handle) { in uv_ref() function
/libuv/docs/src/guide/
H A Dutilities.rst70 void uv_ref(uv_handle_t*);
/libuv/include/
H A Duv.h314 UV_EXTERN void uv_ref(uv_handle_t*);

Completed in 19 milliseconds