Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UV_INHERIT_FD
(Results
1 - 16
of
16
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-spawn.c
337
options.stdio[1].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
391
options.stdio[1].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
393
options.stdio[2].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
453
options.stdio[1].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
455
options.stdio[2].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
530
options.stdio[1].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
532
options.stdio[2].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
715
options.stdio[0].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
717
options.stdio[1].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
719
options.stdio[2].flags =
UV_INHERIT_FD
;
in TEST_IMPL()
[all...]
H
A
D
test-stdio-over-pipes.c
138
options.stdio[2].flags =
UV_INHERIT_FD
;
in test_stdio_over_pipes()
H
A
D
test-ipc.c
312
stdio[1].flags =
UV_INHERIT_FD
;
in spawn_helper()
314
stdio[2].flags =
UV_INHERIT_FD
;
in spawn_helper()
/third_party/node/deps/uv/src/unix/
H
A
D
process.c
169
mask = UV_IGNORE | UV_CREATE_PIPE |
UV_INHERIT_FD
| UV_INHERIT_STREAM;
in uv__process_init_stdio()
182
case
UV_INHERIT_FD
:
in uv__process_init_stdio()
184
if (container->flags &
UV_INHERIT_FD
)
in uv__process_init_stdio()
1043
if (options->stdio[i].flags & (
UV_INHERIT_FD
| UV_INHERIT_STREAM))
in uv_spawn()
/third_party/libuv/docs/code/proc-streams/
H
A
D
main.c
34
child_stdio[2].flags =
UV_INHERIT_FD
;
in main()
/third_party/libuv/src/win/
H
A
D
process-stdio.c
208
switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE |
UV_INHERIT_FD
|
in uv__stdio_create()
255
case
UV_INHERIT_FD
: {
in uv__stdio_create()
H
A
D
process.c
1047
if (options->stdio[i].flags &
UV_INHERIT_FD
)
in uv_spawn()
/third_party/node/deps/uv/src/win/
H
A
D
process-stdio.c
208
switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE |
UV_INHERIT_FD
|
in uv__stdio_create()
255
case
UV_INHERIT_FD
: {
in uv__stdio_create()
H
A
D
process.c
1075
if (options->stdio[i].flags &
UV_INHERIT_FD
)
in uv_spawn()
/third_party/libuv/src/unix/
H
A
D
process.c
195
mask = UV_IGNORE | UV_CREATE_PIPE |
UV_INHERIT_FD
| UV_INHERIT_STREAM;
in uv__process_init_stdio()
208
case
UV_INHERIT_FD
:
in uv__process_init_stdio()
210
if (container->flags &
UV_INHERIT_FD
)
in uv__process_init_stdio()
1069
if (options->stdio[i].flags & (
UV_INHERIT_FD
| UV_INHERIT_STREAM))
in uv_spawn()
/third_party/libuv/docs/code/multi-echo-server/
H
A
D
main.c
82
child_stdio[2].flags =
UV_INHERIT_FD
;
in setup_workers()
/third_party/node/src/
H
A
D
process_wrap.cc
139
options->stdio[i].flags =
UV_INHERIT_FD
;
in ParseStdioOptions()
H
A
D
spawn_sync.cc
978
uv_stdio_containers_[child_fd].flags =
UV_INHERIT_FD
;
in AddStdioInheritFD()
/third_party/libuv/include/
H
A
D
uv.h
1003
UV_INHERIT_FD
= 0x02,
enumerator
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
931
UV_INHERIT_FD
= 0x02,
enumerator
/third_party/node/deps/uv/include/
H
A
D
uv.h
945
UV_INHERIT_FD
= 0x02,
enumerator
Completed in 25 milliseconds