Home
last modified time | relevance | path

Searched refs:uv__active_handle_add (Results 1 – 2 of 2) sorted by relevance

/libuv/src/
H A Duv-common.h252 #define uv__active_handle_add(h) \ macro
282 if (((h)->flags & UV_HANDLE_REF) != 0) uv__active_handle_add(h); \
299 if (((h)->flags & UV_HANDLE_ACTIVE) != 0) uv__active_handle_add(h); \
/libuv/src/win/
H A Dhandle-inl.h69 uv__active_handle_add((uv_handle_t*) (handle)); \

Completed in 5 milliseconds