Home
last modified time | relevance | path

Searched refs:uv__is_closing (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/mit/libuv/dist/src/unix/
H A Dpoll.c113 assert(!uv__is_closing(handle)); in uv_poll_stop()
126 assert(!uv__is_closing(handle)); in uv_poll_start()
H A Dsignal.c360 assert(!uv__is_closing(handle)); in uv__signal_start()
514 assert(!uv__is_closing(handle)); in uv_signal_stop()
H A Dfsevents.c174 if (!uv__is_closing((handle)) && uv__is_active((handle))) \
179 if (err != 0 && !uv__is_closing((handle)) && uv__is_active((handle))) \
H A Dcore.c116 assert(!uv__is_closing(handle)); in uv_close()
340 return uv__is_closing(handle); in uv_is_closing()
790 if (uv__is_closing(handle) || fd_out == -1) in uv_fileno()
H A Dpipe.c54 if (uv__is_closing(handle)) { in uv_pipe_bind()
H A Dstream.c635 if (uv__is_closing(stream)) { in uv_listen()
821 if (uv__is_closing(send_handle)) in uv__try_write()
1229 uv__is_closing(stream)) { in uv_shutdown()
H A Dsunos.c477 if (uv__is_closing(handle)) { in uv__fs_event_read()
H A Dos390.c782 if (uv__is_closing(handle)) { in os390_message_queue_handler()
/netbsd/external/mit/libuv/dist/src/
H A Dfs-poll.c194 if (!uv_is_active((uv_handle_t*)handle) || uv__is_closing(handle)) in poll_cb()
220 if (!uv_is_active((uv_handle_t*)handle) || uv__is_closing(handle)) { in poll_cb()
244 if (handle->poll_ctx == NULL && uv__is_closing(handle)) in timer_close_cb()
H A Dtimer.c73 if (uv__is_closing(handle) || cb == NULL) in uv_timer_start()
H A Duv-common.h263 #define uv__is_closing(h) \ macro
H A Duv-common.c298 if (uv__is_closing(handle)) { in uv_tcp_bind()
/netbsd/external/mit/libuv/dist/src/win/
H A Dstream.c32 if (uv__is_closing(stream)) { in uv_listen()
208 uv__is_closing(handle)) { in uv_shutdown()
H A Dpipe.c708 if (uv__is_closing(handle)) { in uv_pipe_bind()
/netbsd/external/mit/libuv/dist/
H A DChangeLog2718 * unix: use uv__is_closing everywhere (Santiago Gimeno)
5269 * unix: add uv__is_closing() macro (Ben Noordhuis)
5306 * unix: add uv__is_closing() macro (Ben Noordhuis)