HomeSort by: relevance | last modified time | path
    Searched refs:uv__active_handle_rm (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/
uv-common.h 269 #define uv__active_handle_rm(h) \ macro
301 if (((h)->flags & UV_HANDLE_REF) != 0) uv__active_handle_rm(h); \
319 if (((h)->flags & UV_HANDLE_ACTIVE) != 0) uv__active_handle_rm(h); \
  /src/external/mit/libuv/dist/src/win/
handle-inl.h 79 uv__active_handle_rm((uv_handle_t*) (handle)); \

Completed in 15 milliseconds