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
defs:parent_pipe
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H
A
D
fcntl21.c
53
int
parent_pipe
[2];
variable
[all...]
H
A
D
fcntl20.c
54
int
parent_pipe
[2];
variable
[all...]
H
A
D
fcntl19.c
58
int
parent_pipe
[2];
variable
[all...]
H
A
D
fcntl11.c
54
int
parent_pipe
[2];
variable
[all...]
H
A
D
fcntl17.c
67
int
parent_pipe
[2];
variable
[all...]
/third_party/libuv/src/win/
H
A
D
process-stdio.c
234
uv_pipe_t*
parent_pipe
= (uv_pipe_t*) fdopt.data.stream;
in uv__stdio_create()
local
H
A
D
pipe.c
389
uv__create_stdio_pipe_pair(uv_loop_t* loop, uv_pipe_t*
parent_pipe
, HANDLE* child_pipe_ptr, unsigned int flags)
uv__create_stdio_pipe_pair()
argument
/third_party/node/deps/uv/src/win/
H
A
D
process-stdio.c
234
uv_pipe_t*
parent_pipe
= (uv_pipe_t*) fdopt.data.stream;
in uv__stdio_create()
local
H
A
D
pipe.c
381
uv__create_stdio_pipe_pair(uv_loop_t* loop, uv_pipe_t*
parent_pipe
, HANDLE* child_pipe_ptr, unsigned int flags)
uv__create_stdio_pipe_pair()
argument
Completed in 11 milliseconds