UV_CLOSED          84 src/unix/core.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSED         158 src/unix/core.c   assert(!(handle->flags & UV_CLOSED));
UV_CLOSED         172 src/unix/core.c   assert(!(handle->flags & UV_CLOSED));
UV_CLOSED         173 src/unix/core.c   handle->flags |= UV_CLOSED;
UV_CLOSED          74 src/unix/poll.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSED          84 src/unix/poll.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSED         288 src/unix/signal.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSED         429 src/unix/signal.c   assert(!(handle->flags & (UV_CLOSING | UV_CLOSED)));
UV_CLOSED         399 src/unix/stream.c   assert(stream->flags & UV_CLOSED);
UV_CLOSED        1097 src/unix/stream.c       stream->flags & UV_CLOSED ||
UV_CLOSED         136 src/uv-common.h   (((h)->flags & (UV_CLOSING |  UV_CLOSED)) != 0)