Searched defs:stdio_count (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dprocess.c256 uv__process_child_init(const uv_process_options_t* options, int stdio_count, int (*pipes)[2], int error_fd) argument
511 uv__spawn_set_posix_spawn_file_actions( posix_spawn_file_actions_t* actions, const uv__posix_spawn_fncs_t* posix_spawn_fncs, const uv_process_options_t* options, int stdio_count, int (*pipes)[2]) argument
748 uv__spawn_and_init_child_posix_spawn( const uv_process_options_t* options, int stdio_count, int (*pipes)[2], pid_t* pid, const uv__posix_spawn_fncs_t* posix_spawn_fncs) argument
789 uv__spawn_and_init_child_fork(const uv_process_options_t* options, int stdio_count, int (*pipes)[2], int error_fd, pid_t* pid) argument
830 uv__spawn_and_init_child( uv_loop_t* loop, const uv_process_options_t* options, int stdio_count, int (*pipes)[2], pid_t* pid) argument
[all...]
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1009 int stdio_count; member in struct:uv_process_options_s

Completed in 198 milliseconds