Home
last modified time | relevance | path

Searched refs:uv__make_pipe (Results 1 – 6 of 6) sorted by relevance

/libuv/src/unix/
H A Dsignal.c103 if (uv__make_pipe(uv__signal_lock_pipefd, 0)) in uv__signal_global_reinit()
268 err = uv__make_pipe(loop->signal_pipefd, UV_NONBLOCK_PIPE); in uv__signal_loop_once_init()
H A Dasync.c230 err = uv__make_pipe(pipefd, UV_NONBLOCK_PIPE); in uv__async_start()
H A Dinternal.h381 int uv__make_pipe(int fds[2], int flags);
H A Dpipe.c553 int uv__make_pipe(int fds[2], int flags) { in uv__make_pipe() function
H A Dprocess.c909 err = uv__make_pipe(signal_pipe, 0); in uv__spawn_and_init_child()
/libuv/
H A DChangeLog1712 * freebsd,linux: simplify uv__make_pipe() (Ben Noordhuis)
1714 * unix: fix error handling in uv__make_pipe() (Ben Noordhuis)

Completed in 34 milliseconds