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

  /src/external/mit/libuv/dist/src/
fs-poll.c 28 #define uv__make_close_pending(h) uv__want_endgame((h)->loop, (h)) macro
171 uv__make_close_pending((uv_handle_t*)handle);
248 uv__make_close_pending((uv_handle_t*)handle);
  /src/external/mit/libuv/dist/src/unix/
core.c 212 * uv__make_close_pending() straight away. The backend will call the
226 * running. The poll code will call uv__make_close_pending() for us. */
237 uv__make_close_pending(handle);
268 void uv__make_close_pending(uv_handle_t* handle) { function
339 uv__make_close_pending(handle); /* Back into the queue. */

Completed in 14 milliseconds