Home
last modified time | relevance | path

Searched refs:UV_HANDLE_CLOSING (Results 1 – 19 of 19) sorted by relevance

/libuv/src/win/
H A Dhandle-inl.h35 !((handle)->flags & UV_HANDLE_CLOSING)) { \
56 if (handle->flags & UV_HANDLE_CLOSING && \
65 assert(!((handle)->flags & UV_HANDLE_CLOSING)); \
71 (handle)->flags |= UV_HANDLE_CLOSING; \
H A Dasync.c32 if (handle->flags & UV_HANDLE_CLOSING && in uv__async_endgame()
76 assert(!(handle->flags & UV_HANDLE_CLOSING)); in uv_async_send()
93 if (handle->flags & UV_HANDLE_CLOSING) { in uv__process_async_wakeup_req()
H A Dhandle.c63 !(handle->flags & UV_HANDLE_CLOSING); in uv_is_active()
70 if (handle->flags & UV_HANDLE_CLOSING) { in uv_close()
152 return !!(handle->flags & (UV_HANDLE_CLOSING | UV_HANDLE_CLOSED)); in uv_is_closing()
H A Dsignal.c254 if (handle->flags & UV_HANDLE_CLOSING) { in uv__process_signal_req()
273 assert(handle->flags & UV_HANDLE_CLOSING); in uv__signal_endgame()
H A Dpoll.c197 } else if ((handle->flags & UV_HANDLE_CLOSING) && in uv__fast_poll_process_poll_req()
402 } else if ((handle->flags & UV_HANDLE_CLOSING) && in uv__slow_poll_process_poll_req()
491 assert(!(handle->flags & UV_HANDLE_CLOSING)); in uv__poll_set()
579 assert(handle->flags & UV_HANDLE_CLOSING); in uv__poll_endgame()
H A Dfs-event.c434 if (handle->flags & UV_HANDLE_CLOSING) { in uv__process_fs_event_req()
558 } while (offset && !(handle->flags & UV_HANDLE_CLOSING)); in uv__process_fs_event_req()
585 if (handle->flags & UV_HANDLE_CLOSING) { in uv__process_fs_event_req()
606 if ((handle->flags & UV_HANDLE_CLOSING) && !handle->req_pending) { in uv__fs_event_endgame()
H A Dloop-watcher.c30 if (handle->flags & UV_HANDLE_CLOSING) { in uv__loop_watcher_endgame()
H A Dstream.c174 if (stream->flags & UV_HANDLE_CLOSING) in uv_try_write()
H A Dpipe.c477 if (handle->flags & UV_HANDLE_CLOSING) in uv__set_pipe_handle()
605 if (handle->flags & UV_HANDLE_CLOSING) { in uv__pipe_shutdown()
648 assert(handle->flags & UV_HANDLE_CLOSING); in uv__pipe_endgame()
1193 if (!(server->flags & UV_HANDLE_CLOSING)) { in uv__pipe_accept()
2236 if (handle->flags & UV_HANDLE_CLOSING) { in uv__process_pipe_accept_req()
2256 if (!(handle->flags & UV_HANDLE_CLOSING)) { in uv__process_pipe_accept_req()
2279 if (handle->flags & UV_HANDLE_CLOSING) in uv__process_pipe_connect_req()
2307 if (handle->flags & UV_HANDLE_CLOSING) { in uv__process_pipe_shutdown_req()
H A Dtcp.c218 if (stream->flags & UV_HANDLE_CLOSING) in uv__process_tcp_shutdown_req()
237 assert(handle->flags & UV_HANDLE_CLOSING); in uv__tcp_endgame()
680 if (!(server->flags & UV_HANDLE_CLOSING)) { in uv__tcp_accept()
1144 if (handle->flags & UV_HANDLE_CLOSING) { in uv__process_tcp_write_req()
1223 if (handle->flags & UV_HANDLE_CLOSING) { in uv__process_tcp_connect_req()
H A Dprocess.c828 if (handle->flags & UV_HANDLE_CLOSING) { in uv__process_proc_exit()
880 assert(handle->flags & UV_HANDLE_CLOSING); in uv__process_endgame()
H A Dtty.c2270 if (stream->flags & UV_HANDLE_CLOSING) {
2282 assert(handle->flags & UV_HANDLE_CLOSING);
H A Dudp.c179 if (handle->flags & UV_HANDLE_CLOSING && in uv__udp_endgame()
/libuv/src/
H A Duv-common.h81 UV_HANDLE_CLOSING = 0x00000001, enumerator
268 (((h)->flags & (UV_HANDLE_CLOSING | UV_HANDLE_CLOSED)) != 0)
298 if (((h)->flags & UV_HANDLE_CLOSING) != 0) break; \
307 if (((h)->flags & UV_HANDLE_CLOSING) != 0) break; \
H A Dfs-poll.c282 assert(handle->flags & UV_HANDLE_CLOSING); in uv__fs_poll_endgame()
H A Duv-common.c901 if (stream->flags & UV_HANDLE_CLOSING) in uv_read_start()
/libuv/src/unix/
H A Dstream.c228 assert((s->events == 0) || (stream->flags & UV_HANDLE_CLOSING)); in uv__stream_osx_select()
256 if (stream->flags & UV_HANDLE_CLOSING) in uv__stream_osx_select_cb()
516 assert(!(stream->flags & UV_HANDLE_CLOSING)); in uv__server_io()
631 if (!(stream->flags & UV_HANDLE_CLOSING)) { in uv__drain()
642 if ((stream->flags & UV_HANDLE_CLOSING) || in uv__drain()
648 if (stream->flags & UV_HANDLE_CLOSING) in uv__drain()
1197 assert(!(stream->flags & UV_HANDLE_CLOSING)); in uv__stream_io()
H A Dsignal.c477 assert(!(handle->flags & UV_HANDLE_CLOSING)); in uv__signal_event()
H A Dcore.c160 handle->flags |= UV_HANDLE_CLOSING; in uv_close()
267 assert(handle->flags & UV_HANDLE_CLOSING); in uv__make_close_pending()
312 assert(handle->flags & UV_HANDLE_CLOSING); in uv__finish_close()

Completed in 77 milliseconds