Home
last modified time | relevance | path

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

/libuv/src/
H A Duv-common.h84 UV_HANDLE_REF = 0x00000008, enumerator
282 if (((h)->flags & UV_HANDLE_REF) != 0) uv__active_handle_add(h); \
290 if (((h)->flags & UV_HANDLE_REF) != 0) uv__active_handle_rm(h); \
296 if (((h)->flags & UV_HANDLE_REF) != 0) break; \
297 (h)->flags |= UV_HANDLE_REF; \
305 if (((h)->flags & UV_HANDLE_REF) == 0) break; \
306 (h)->flags &= ~UV_HANDLE_REF; \
313 (((h)->flags & UV_HANDLE_REF) != 0)
325 (h)->flags = UV_HANDLE_REF; /* Ref the loop when active. */ \
H A Duv-common.c580 "R-"[!(h->flags & UV_HANDLE_REF)], in uv__print_handles()
/libuv/src/win/
H A Dhandle-inl.h68 ((handle)->flags & UV_HANDLE_REF))) \

Completed in 9 milliseconds