Home
last modified time | relevance | path

Searched refs:stdio_count (Results 1 – 16 of 16) sorted by relevance

/third_party/libuv/src/unix/
Dprocess.c257 int stdio_count, in uv__process_child_init() argument
293 for (fd = 0; fd < stdio_count; fd++) { in uv__process_child_init()
298 pipes[fd][1] = fcntl(use_fd, F_DUPFD_CLOEXEC, stdio_count); in uv__process_child_init()
300 pipes[fd][1] = fcntl(use_fd, F_DUPFD, stdio_count); in uv__process_child_init()
311 for (fd = 0; fd < stdio_count; fd++) { in uv__process_child_init()
347 if (close_fd >= stdio_count) in uv__process_child_init()
515 int stdio_count, in uv__spawn_set_posix_spawn_file_actions() argument
546 for (fd = 0; fd < stdio_count; fd++) { in uv__spawn_set_posix_spawn_file_actions()
550 use_fd = stdio_count; in uv__spawn_set_posix_spawn_file_actions()
551 for (fd2 = 0; fd2 < stdio_count; fd2++) { in uv__spawn_set_posix_spawn_file_actions()
[all …]
/third_party/libuv/test/
Dtest-spawn.c292 options.stdio_count = 2; in TEST_IMPL()
336 options.stdio_count = 2; in TEST_IMPL()
392 options.stdio_count = 3; in TEST_IMPL()
454 options.stdio_count = 3; in TEST_IMPL()
531 options.stdio_count = 3; in TEST_IMPL()
598 options.stdio_count = 2; in TEST_IMPL()
637 options.stdio_count = 4; in TEST_IMPL()
720 options.stdio_count = 4; in TEST_IMPL()
742 options.stdio_count = 0; in TEST_IMPL()
795 options.stdio_count = 2; in TEST_IMPL()
[all …]
Dbenchmark-spawn.c120 options.stdio_count = 2; in spawn()
Dtest-stdio-over-pipes.c140 options.stdio_count = 3; in test_stdio_over_pipes()
Dtest-ipc.c308 options.stdio_count = ARRAY_SIZE(stdio); in spawn_helper()
/third_party/libuv/docs/code/proc-streams/
Dmain.c30 options.stdio_count = 3; in main()
/third_party/libuv/src/win/
Dprocess-stdio.c176 count = options->stdio_count; in uv__stdio_create()
202 if (i < options->stdio_count) { in uv__stdio_create()
Dprocess.c1074 for (i = 0; i < options->stdio_count; i++) { in uv_spawn()
1077 if (i == options->stdio_count - 1) in uv_spawn()
1146 for (i = 0; i < options->stdio_count; i++) { in uv_spawn()
/third_party/libuv/docs/code/cgi/
Dmain.c29 options.stdio_count = 3; in invoke_cgi_script()
/third_party/libuv/docs/code/multi-echo-server/
Dmain.c86 worker->options.stdio_count = 3; in setup_workers()
/third_party/libuv/docs/src/
Dprocess.rst31 int stdio_count;
201 .. c:member:: int uv_process_options_t.stdio_count
/third_party/node/src/
Dprocess_wrap.cc109 options->stdio_count = len; in ParseStdioOptions()
Dspawn_sync.cc881 uv_process_options_.stdio_count = stdio_count_; in ParseStdioOptions()
/third_party/libuv/docs/src/guide/
Dprocesses.rst183 ``uv_process_options_t``. First set the ``stdio_count`` field to the number of
/third_party/libuv/include/
Duv.h1009 int stdio_count; member
/third_party/libuv/include/uv_ndk/
Duv.h995 int stdio_count; member