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:g_pipeFd
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/acts/kernel_lite/utils/
H
A
D
mt_utils.cpp
92
static int
g_pipeFd
[2];
variable
95
return pipe(
g_pipeFd
);
in InitPipe()
99
close(
g_pipeFd
[0]);
in UnBlockPipe()
100
close(
g_pipeFd
[1]);
in UnBlockPipe()
104
close(
g_pipeFd
[1]);
in BlockOnPipe()
107
read(
g_pipeFd
[0], buffer, 1); // will block until close(fd[1]) in another port
in BlockOnPipe()
109
close(
g_pipeFd
[0]);
in BlockOnPipe()
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H
A
D
mt_utils.cpp
95
static int
g_pipeFd
[2];
variable
98
return pipe(
g_pipeFd
);
in InitPipe()
102
close(
g_pipeFd
[0]);
in UnBlockPipe()
103
close(
g_pipeFd
[1]);
in UnBlockPipe()
107
close(
g_pipeFd
[1]);
in BlockOnPipe()
110
read(
g_pipeFd
[0], buffer, 1); // will block until close(fd[1]) in another port
in BlockOnPipe()
112
close(
g_pipeFd
[0]);
in BlockOnPipe()
Completed in 2 milliseconds