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_CREATE_PIPE
(Results
1 - 16
of
16
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-spawn.c
293
options.stdio[1].flags =
UV_CREATE_PIPE
| UV_WRITABLE_PIPE;
in TEST_IMPL()
597
options.stdio[0].flags =
UV_CREATE_PIPE
| UV_READABLE_PIPE;
in TEST_IMPL()
599
options.stdio[1].flags =
UV_CREATE_PIPE
| UV_WRITABLE_PIPE;
in TEST_IMPL()
638
options.stdio[3].flags =
UV_CREATE_PIPE
| UV_WRITABLE_PIPE;
in TEST_IMPL()
796
options.stdio[1].flags =
UV_CREATE_PIPE
| UV_WRITABLE_PIPE;
in TEST_IMPL()
876
options.stdio[0].flags =
UV_CREATE_PIPE
| UV_READABLE_PIPE;
in TEST_IMPL()
878
options.stdio[1].flags =
UV_CREATE_PIPE
| UV_WRITABLE_PIPE;
in TEST_IMPL()
880
options.stdio[2].flags =
UV_CREATE_PIPE
| UV_WRITABLE_PIPE;
in TEST_IMPL()
927
options.stdio[0].flags =
UV_CREATE_PIPE
| UV_READABLE_PIPE;
in TEST_IMPL()
929
options.stdio[1].flags =
UV_CREATE_PIPE
| UV_WRITABLE_PIP
in TEST_IMPL()
[all...]
H
A
D
test-stdio-over-pipes.c
132
options.stdio[0].flags =
UV_CREATE_PIPE
| UV_READABLE_PIPE |
in test_stdio_over_pipes()
135
options.stdio[1].flags =
UV_CREATE_PIPE
| UV_WRITABLE_PIPE |
in test_stdio_over_pipes()
H
A
D
benchmark-spawn.c
122
options.stdio[1].flags =
UV_CREATE_PIPE
| UV_WRITABLE_PIPE;
in spawn()
H
A
D
test-ipc.c
310
stdio[0].flags =
UV_CREATE_PIPE
| UV_READABLE_PIPE | UV_WRITABLE_PIPE;
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()
175
case
UV_CREATE_PIPE
:
in uv__process_init_stdio()
207
if (!(container->flags &
UV_CREATE_PIPE
) || pipefds[0] < 0)
in uv__process_open_stream()
228
if (!(container->flags &
UV_CREATE_PIPE
)) return;
in uv__process_close_stream()
/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()
230
case
UV_CREATE_PIPE
: {
in uv__stdio_create()
H
A
D
process.c
1129
if (fdopt->flags &
UV_CREATE_PIPE
&&
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()
230
case
UV_CREATE_PIPE
: {
in uv__stdio_create()
H
A
D
process.c
1148
if (fdopt->flags &
UV_CREATE_PIPE
&&
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()
201
case
UV_CREATE_PIPE
:
in uv__process_init_stdio()
233
if (!(container->flags &
UV_CREATE_PIPE
) || pipefds[0] < 0)
in uv__process_open_stream()
254
if (!(container->flags &
UV_CREATE_PIPE
)) return;
in uv__process_close_stream()
/third_party/libuv/docs/code/multi-echo-server/
H
A
D
main.c
79
child_stdio[0].flags =
UV_CREATE_PIPE
| UV_READABLE_PIPE;
in setup_workers()
/third_party/node/src/
H
A
D
process_wrap.cc
124
UV_CREATE_PIPE
| UV_READABLE_PIPE | UV_WRITABLE_PIPE);
in ParseStdioOptions()
128
UV_CREATE_PIPE
| UV_READABLE_PIPE | UV_WRITABLE_PIPE |
in ParseStdioOptions()
H
A
D
spawn_sync.cc
208
flags =
UV_CREATE_PIPE
;
in uv_flags()
/third_party/libuv/include/
H
A
D
uv.h
1002
UV_CREATE_PIPE
= 0x01,
enumerator
1007
* When
UV_CREATE_PIPE
is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
1015
* When
UV_CREATE_PIPE
is specified, specifying UV_NONBLOCK_PIPE opens the
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
930
UV_CREATE_PIPE
= 0x01,
enumerator
935
* When
UV_CREATE_PIPE
is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
943
* When
UV_CREATE_PIPE
is specified, specifying UV_NONBLOCK_PIPE opens the
/third_party/node/deps/uv/include/
H
A
D
uv.h
944
UV_CREATE_PIPE
= 0x01,
enumerator
949
* When
UV_CREATE_PIPE
is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
957
* When
UV_CREATE_PIPE
is specified, specifying UV_NONBLOCK_PIPE opens the
Completed in 22 milliseconds