Home
last modified time | relevance | path

Searched refs:uv_has_ref (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dtest-ref.c440 ASSERT_EQ(1, uv_has_ref((uv_handle_t*)&h)); in TEST_IMPL()
442 ASSERT_OK(uv_has_ref((uv_handle_t*)&h)); in TEST_IMPL()
/libuv/docs/src/
H A Dhandle.rst173 .. c:function:: int uv_has_ref(const uv_handle_t* handle)
/libuv/src/
H A Duv-common.c628 int uv_has_ref(const uv_handle_t* handle) { in uv_has_ref() function
/libuv/include/
H A Duv.h316 UV_EXTERN int uv_has_ref(const uv_handle_t*);
/libuv/
H A DChangeLog6206 * unix, windows: add uv_has_ref() function (Saúl Ibarra Corretgé)

Completed in 25 milliseconds