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:PIPE_FD_NUM
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H
A
D
nstackx_common_header.h
37
#define
PIPE_FD_NUM
2
macro
H
A
D
nstackx_event.h
32
PipeDesc pipeFd[
PIPE_FD_NUM
];
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/unix/dfile/
H
A
D
sys_dfile.c
42
for (uint32_t i = 0; i <
PIPE_FD_NUM
; i++) {
in CreateReceiverPipe()
/foundation/communication/netmanager_base/utils/common_utils/src/
H
A
D
netmanager_base_common_utils.cpp
60
constexpr int32_t
PIPE_FD_NUM
= 2;
member
496
if (count !=
PIPE_FD_NUM
) {
in ForkExecChildProcess()
531
if (count !=
PIPE_FD_NUM
) {
in ForkExecParentProcess()
585
int32_t pipeFd[
PIPE_FD_NUM
] = {0};
in ForkExec()
605
ForkExecChildProcess(pipeFd,
PIPE_FD_NUM
, args);
in ForkExec()
608
return ForkExecParentProcess(pipeFd,
PIPE_FD_NUM
, pid, out);
in ForkExec()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H
A
D
sys_event.c
120
for (i = 0; i <
PIPE_FD_NUM
; i++) {
in CreateNonBlockPipe()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H
A
D
nstackx_dfile_session.h
123
PipeDesc receiverPipe[
PIPE_FD_NUM
];
Completed in 3 milliseconds