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:eventEpoll
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
epoll_app.c
339
struct EventPoll *ep = sock->
eventEpoll
;
in EpPoll()
515
if (epollSock->
eventEpoll
== FILLP_NULL_PTR) {
in SpungeGetEpollSocketByFd()
517
FILLP_LOGERR("SpungeEpollCtl: epollSock->
eventEpoll
is null. ");
in SpungeGetEpollSocketByFd()
548
if (SYS_ARCH_SEM_WAIT(&epollSock->
eventEpoll
->appSem)) {
in SpungeEpollCtlCheckSockValid()
588
error = EpInsert(epollSock->
eventEpoll
, &epds, sock->index);
in SpungeEpollCtlHandleAddEvent()
618
error = EpRemove(epollSock->
eventEpoll
, epi);
in SpungeEpollCtlHandleDelEvent()
652
error = EpModify(epollSock->
eventEpoll
, sock, epi, &epds);
in SpungeEpollCtlHandleModEvent()
711
epi = EpFind(epollSock->
eventEpoll
, fd);
in SpungeEpollCtl()
729
(void)SYS_ARCH_SEM_POST(&epollSock->
eventEpoll
->appSem);
in SpungeEpollCtl()
762
if (epollSock->
eventEpoll
in SpungeEpollFindRemove()
[all...]
H
A
D
spunge_app.c
47
sock->
eventEpoll
= FILLP_NULL_PTR;
in SpungeInitSocket()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
spunge_stack.c
63
if (sock->
eventEpoll
!= FILLP_NULL_PTR) {
in SpungeEpollFreeResource()
64
(void)SYS_ARCH_SEM_DESTROY(&sock->
eventEpoll
->waitSem);
in SpungeEpollFreeResource()
66
(void)SYS_ARCH_SEM_DESTROY(&sock->
eventEpoll
->appCoreSem);
in SpungeEpollFreeResource()
68
(void)SYS_ARCH_SEM_DESTROY(&sock->
eventEpoll
->appSem);
in SpungeEpollFreeResource()
194
struct EventPoll *ep = (sock->
eventEpoll
);
in SpungEpollClose()
201
FILLP_LOGERR("
eventEpoll
is NULL. fillp_sock_id:%d", sock->index);
in SpungEpollClose()
225
DympFree(sock->
eventEpoll
);
in SpungEpollClose()
226
sock->
eventEpoll
= FILLP_NULL_PTR;
in SpungEpollClose()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
sockets.h
107
struct EventPoll *
eventEpoll
;
member
Completed in 3 milliseconds