Home
last modified time | relevance | path

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

/libuv/src/
H A Duv-common.h258 #define uv__active_handle_rm(h) \ macro
290 if (((h)->flags & UV_HANDLE_REF) != 0) uv__active_handle_rm(h); \
308 if (((h)->flags & UV_HANDLE_ACTIVE) != 0) uv__active_handle_rm(h); \
/libuv/src/win/
H A Dhandle-inl.h79 uv__active_handle_rm((uv_handle_t*) (handle)); \

Completed in 8 milliseconds