Home
last modified time | relevance | path

Searched refs:uv__make_close_pending (Results 1 – 5 of 5) sorted by relevance

/libuv/src/
H A Dfs-poll.c28 #define uv__make_close_pending(h) uv__want_endgame((h)->loop, (h)) macro
168 uv__make_close_pending((uv_handle_t*)handle); in uv__fs_poll_close()
245 uv__make_close_pending((uv_handle_t*)handle); in timer_close_cb()
/libuv/src/unix/
H A Dsunos.c486 uv__make_close_pending((uv_handle_t*) handle); in uv__fs_event_read()
594 uv__make_close_pending((uv_handle_t*) handle); in uv__fs_event_close()
H A Dos390.c743 uv__make_close_pending((uv_handle_t*) handle); in uv__fs_event_close()
791 uv__make_close_pending((uv_handle_t*) handle); in os390_message_queue_handler()
H A Dcore.c225 uv__make_close_pending(handle); in uv_close()
256 void uv__make_close_pending(uv_handle_t* handle) { in uv__make_close_pending() function
327 uv__make_close_pending(handle); /* Back into the queue. */ in uv__finish_close()
H A Dinternal.h247 void uv__make_close_pending(uv_handle_t* handle);

Completed in 23 milliseconds