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:sendFd
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_epoll.c
103
if (sendto(task->epollfd->
sendFd
, (const void *)&event, sizeof(event), 0, NULL, 0) < 0) {
in CtlEpollDesc()
333
epollfd->
sendFd
= -1;
in CreateEpollFdPair()
337
epollfd->
sendFd
= GetLoopbackFd(epollfd->recvFd);
in CreateEpollFdPair()
338
if (epollfd->
sendFd
< 0) {
in CreateEpollFdPair()
341
epollfd->
sendFd
= -1;
in CreateEpollFdPair()
397
g_epollEventPtrArray[EVENT_PTR_IDX(epollSetPtr->epollfd.
sendFd
)].epollSetPtr = epollSetPtr;
in EpollEventRecordAdd()
443
close(epollSetPtr->epollfd.
sendFd
);
in CreateEpollDesc()
878
g_epollEventPtrArray[EVENT_PTR_IDX(epollSetPtr->epollfd.
sendFd
)].epollSetPtr = NULL;
879
g_epollEventPtrArray[EVENT_PTR_IDX(epollSetPtr->epollfd.
sendFd
)].taskPtr = NULL;
921
close(epollfd->
sendFd
);
[all...]
H
A
D
sys_epoll.h
23
int32_t
sendFd
;
member
H
A
D
sys_event.c
132
node->pipeFd[PIPE_IN] = fds.
sendFd
;
in CreateNonBlockPipe()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/
H
A
D
sys_dfile.c
37
session->receiverPipe[PIPE_IN] = fds.
sendFd
;
in CreateReceiverPipe()
Completed in 3 milliseconds