OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdio_count
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
process.c
288
int
stdio_count
,
324
for (fd = 0; fd <
stdio_count
; fd++) {
329
pipes[fd][1] = fcntl(use_fd, F_DUPFD_CLOEXEC,
stdio_count
);
331
pipes[fd][1] = fcntl(use_fd, F_DUPFD,
stdio_count
);
342
for (fd = 0; fd <
stdio_count
; fd++) {
378
if (close_fd >=
stdio_count
)
545
int
stdio_count
,
576
for (fd = 0; fd <
stdio_count
; fd++) {
580
use_fd =
stdio_count
;
581
for (fd2 = 0; fd2 <
stdio_count
; fd2++)
[
all
...]
/src/external/mit/libuv/dist/docs/code/proc-streams/
main.c
30
options.
stdio_count
= 3;
/src/external/mit/libuv/dist/docs/code/cgi/
main.c
29
options.
stdio_count
= 3;
/src/external/mit/libuv/dist/test/
test-spawn.c
295
options.
stdio_count
= 2;
339
options.
stdio_count
= 2;
395
options.
stdio_count
= 3;
457
options.
stdio_count
= 3;
534
options.
stdio_count
= 3;
601
options.
stdio_count
= 2;
640
options.
stdio_count
= 4;
723
options.
stdio_count
= 4;
745
options.
stdio_count
= 0;
798
options.
stdio_count
= 2
[
all
...]
benchmark-spawn.c
120
options.
stdio_count
= 2;
test-stdio-over-pipes.c
140
options.
stdio_count
= 3;
test-ipc.c
308
options.
stdio_count
= ARRAY_SIZE(stdio);
/src/external/mit/libuv/dist/docs/code/multi-echo-server/
main.c
86
worker->options.
stdio_count
= 3;
/src/external/mit/libuv/dist/src/win/
process-stdio.c
176
count = options->
stdio_count
;
202
if (i < options->
stdio_count
) {
process.c
1037
for (i = 0; i < options->
stdio_count
; i++) {
1040
if (i == options->
stdio_count
- 1)
1118
for (i = 0; i < options->
stdio_count
; i++) {
/src/external/mit/libuv/dist/include/
uv.h
1093
int
stdio_count
;
member in struct:uv_process_options_s
Completed in 28 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026