UV_CLOSING         84 src/unix/core.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSING         86 src/unix/core.c   handle->flags |= UV_CLOSING;
UV_CLOSING        157 src/unix/core.c   assert(handle->flags & UV_CLOSING);
UV_CLOSING        171 src/unix/core.c   assert(handle->flags & UV_CLOSING);
UV_CLOSING         74 src/unix/poll.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSING         84 src/unix/poll.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSING        288 src/unix/signal.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSING        379 src/unix/signal.c         assert(!(handle->flags & UV_CLOSING));
UV_CLOSING        389 src/unix/signal.c       if ((handle->flags & UV_CLOSING) &&
UV_CLOSING        429 src/unix/signal.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSING        226 src/unix/stream.c       assert((s->events == 0) || (stream->flags & UV_CLOSING));
UV_CLOSING        503 src/unix/stream.c   assert(!(stream->flags & UV_CLOSING));
UV_CLOSING        633 src/unix/stream.c       !(stream->flags & UV_CLOSING) &&
UV_CLOSING       1098 src/unix/stream.c       stream->flags & UV_CLOSING) {
UV_CLOSING       1123 src/unix/stream.c   assert(!(stream->flags & UV_CLOSING));
UV_CLOSING       1306 src/unix/stream.c   if (stream->flags & UV_CLOSING)
UV_CLOSING        136 src/uv-common.h   (((h)->flags & (UV_CLOSING |  UV_CLOSED)) != 0)