HomeSort by: relevance | last modified time | path
    Searched refs:uv__fd_exists (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
poll.c 70 if (uv__fd_exists(loop, fd))
130 if (uv__fd_exists(handle->loop, w->fd))
internal.h 273 int uv__fd_exists(uv_loop_t* loop, int fd);
pipe.c 202 if (uv__fd_exists(handle->loop, fd))
tcp.c 355 if (uv__fd_exists(handle->loop, sock))
udp.c 908 if (uv__fd_exists(handle->loop, sock))
core.c 1022 int uv__fd_exists(uv_loop_t* loop, int fd) { function

Completed in 75 milliseconds