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:EPOLLOUT
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H
A
D
nstackx_epoll.h
29
#ifndef
EPOLLOUT
30
#define
EPOLLOUT
0x00000004U
macro
/foundation/communication/netstack/utils/http_over_curl/src/
H
A
D
epoll_multi_driver.cpp
183
((action & CURL_POLL_OUT) ?
EPOLLOUT
: (
EPOLLOUT
& ~
EPOLLOUT
));
in CurlPollToEpoll()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_epoll.c
510
if (((events &
EPOLLOUT
) ==
EPOLLOUT
) && (task->writeHandle != NULL)) {
in EpollTaskEventHandle()
549
if ((events & (EPOLLIN |
EPOLLOUT
)) == 0) {
in EpollFdEventAdd()
556
if ((events &
EPOLLOUT
) ==
EPOLLOUT
) {
in EpollFdEventAdd()
665
if ((events & (EPOLLIN |
EPOLLOUT
)) == 0) {
674
if ((events &
EPOLLOUT
) ==
EPOLLOUT
) {
750
events |=
EPOLLOUT
;
/foundation/communication/wifi/wifi/base/cRPC/src/
H
A
D
evloop.c
125
pollEvent.events |=
EPOLLOUT
;
in AddFdEvent()
161
pollEvent.events |=
EPOLLOUT
;
in DelFdEvent()
H
A
D
server.c
144
if (e->events &
EPOLLOUT
) {
in CheckEventMask()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket_listener.cpp
96
event.events = EPOLLRDHUP | EPOLLERR | EPOLLIN |
EPOLLOUT
| EPOLLONESHOT;
in AddSocket()
137
if (events[i].events &
EPOLLOUT
) {
in OnListenEvents()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H
A
D
event_loop_epoll.cpp
178
epollEvents |=
EPOLLOUT
;
in CalEpollEvents()
192
if ((epollEvents &
EPOLLOUT
) != 0) { // LCOV_EXCL_BR_LINE
in CalEventsMask()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H
A
D
reactor_linux.c
161
if ((events[i].events &
EPOLLOUT
) && (item->onWriteReady != NULL) && (!reactor->itemRemoved)) {
in ReactorStart()
205
event.events |=
EPOLLOUT
;
in ReactorRegister()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H
A
D
sys_epoll.c
101
if (events[i].events &
EPOLLOUT
) {
in EpollLoop()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H
A
D
coap_app.c
260
events = events |
EPOLLOUT
;
in GetTimeout()
352
if (taskListInfo->eventList[i] &
EPOLLOUT
) {
in CoapSelectWait()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H
A
D
fillptypes.h
217
#define SPUNGE_EPOLLOUT
EPOLLOUT
/* The associated file is available for write(2) operations. */
Completed in 7 milliseconds