Home
last modified time | relevance | path

Searched refs:UV_HANDLE_REF (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/src/
Duv-common.h79 UV_HANDLE_REF = 0x00000008, enumerator
270 if (((h)->flags & UV_HANDLE_REF) != 0) uv__active_handle_add(h); \
278 if (((h)->flags & UV_HANDLE_REF) != 0) uv__active_handle_rm(h); \
284 if (((h)->flags & UV_HANDLE_REF) != 0) break; \
285 (h)->flags |= UV_HANDLE_REF; \
293 if (((h)->flags & UV_HANDLE_REF) == 0) break; \
294 (h)->flags &= ~UV_HANDLE_REF; \
301 (((h)->flags & UV_HANDLE_REF) != 0)
313 (h)->flags = UV_HANDLE_REF; /* Ref the loop when active. */ \
Duv-common.c542 "R-"[!(h->flags & UV_HANDLE_REF)], in uv__print_handles()
/third_party/libuv/src/win/
Dhandle-inl.h68 ((handle)->flags & UV_HANDLE_REF))) \