Searched refs:uv__stream_try_select (Results 1 – 4 of 4) sorted by relevance
207 r = uv__stream_try_select((uv_stream_t*) tty, &fd); in uv_tty_init()
236 int uv__stream_try_select(uv_stream_t* stream, int* fd);
158 err = uv__stream_try_select((uv_stream_t*) handle, &fd); in uv_pipe_open()
263 int uv__stream_try_select(uv_stream_t* stream, int* fd) { in uv__stream_try_select() function