Home
last modified time | relevance | path

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

/third_party/node/src/
Dhandle_wrap.h70 return IsAlive(wrap) && uv_has_ref(wrap->GetHandle()); in HasRef()
Dnode_report_utils.cc170 writer->json_keyvalue("is_referenced", static_cast<bool>(uv_has_ref(h))); in WalkHandle()
/third_party/libuv/test/
Dtest-ref.c440 ASSERT(uv_has_ref((uv_handle_t*)&h) == 1); in TEST_IMPL()
442 ASSERT(uv_has_ref((uv_handle_t*)&h) == 0); in TEST_IMPL()
/third_party/libuv/docs/src/
Dhandle.rst170 .. c:function:: int uv_has_ref(const uv_handle_t* handle)
/third_party/libuv/src/
Duv-common.c571 int uv_has_ref(const uv_handle_t* handle) { in uv_has_ref() function
/third_party/libuv/include/uv_ndk/
Duv.h303 UV_EXTERN int uv_has_ref(const uv_handle_t*);
/third_party/libuv/include/
Duv.h305 UV_EXTERN int uv_has_ref(const uv_handle_t*);
/third_party/libuv/
DChangeLog5275 * unix, windows: add uv_has_ref() function (Saúl Ibarra Corretgé)