Home
last modified time | relevance | path

Searched refs:uv__make_close_pending (Results 1 - 10 of 10) sorted by relevance

/third_party/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()
/third_party/node/deps/uv/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()
/third_party/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 Dinternal.h252 void uv__make_close_pending(uv_handle_t* handle);
H A Dcore.c201 * uv__make_close_pending() straight away. The backend will call the in uv_close()
215 * running. The poll code will call uv__make_close_pending() for us. */ in uv_close()
226 uv__make_close_pending(handle); in uv_close()
257 void uv__make_close_pending(uv_handle_t* handle) { in uv__make_close_pending() function
328 uv__make_close_pending(handle); /* Back into the queue. */ in uv__finish_close()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c479 uv__make_close_pending((uv_handle_t*) handle); in uv__fs_event_read()
587 uv__make_close_pending((uv_handle_t*) handle); in uv__fs_event_close()
H A Dinternal.h206 void uv__make_close_pending(uv_handle_t* handle);
H A Dcore.c168 * uv__make_close_pending() straight away. The backend will call the in uv_close()
182 * running. The poll code will call uv__make_close_pending() for us. */ in uv_close()
193 uv__make_close_pending(handle); in uv_close()
224 void uv__make_close_pending(uv_handle_t* handle) { in uv__make_close_pending() function
295 uv__make_close_pending(handle); /* Back into the queue. */ in uv__finish_close()
H A Dos390.c736 uv__make_close_pending((uv_handle_t*) handle); in uv__fs_event_close()
784 uv__make_close_pending((uv_handle_t*) handle); in os390_message_queue_handler()

Completed in 12 milliseconds