Home
last modified time | relevance | path

Searched defs:uv__make_close_pending (Results 1 – 2 of 2) sorted by relevance

/third_party/libuv/src/
Dfs-poll.c28 #define uv__make_close_pending(h) uv__want_endgame((h)->loop, (h)) macro
/third_party/libuv/src/unix/
Dcore.c213 void uv__make_close_pending(uv_handle_t* handle) { in uv__make_close_pending() function