Home
last modified time | relevance | path

Searched refs:uv__stream_try_select (Results 1 – 4 of 4) sorted by relevance

/third_party/libuv/src/unix/
Dtty.c207 r = uv__stream_try_select((uv_stream_t*) tty, &fd); in uv_tty_init()
Dinternal.h236 int uv__stream_try_select(uv_stream_t* stream, int* fd);
Dpipe.c158 err = uv__stream_try_select((uv_stream_t*) handle, &fd); in uv_pipe_open()
Dstream.c263 int uv__stream_try_select(uv_stream_t* stream, int* fd) { in uv__stream_try_select() function