Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.h254 #define uv__active_handle_rm(h) \ macro
278 if (((h)->flags & UV_HANDLE_REF) != 0) uv__active_handle_rm(h); \
296 if (((h)->flags & UV_HANDLE_ACTIVE) != 0) uv__active_handle_rm(h); \
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dhandle-inl.h79 uv__active_handle_rm((uv_handle_t*) (handle)); \