Searched refs:uv__active_handle_add (Results 1 – 2 of 2) sorted by relevance
248 #define uv__active_handle_add(h) \ macro270 if (((h)->flags & UV_HANDLE_REF) != 0) uv__active_handle_add(h); \287 if (((h)->flags & UV_HANDLE_ACTIVE) != 0) uv__active_handle_add(h); \
69 uv__active_handle_add((uv_handle_t*) (handle)); \