OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EPOLLOUT
(Results
51 - 69
of
69
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
epoll.h
41
#define
EPOLLOUT
0x00000004
/external/libevent/
epoll.c
208
events |=
EPOLLOUT
;
212
events |=
EPOLLOUT
;
242
events = EPOLLIN|
EPOLLOUT
;
244
events =
EPOLLOUT
;
254
events =
EPOLLOUT
;
432
if (what &
EPOLLOUT
)
/system/bt/osi/src/
reactor.c
154
event.events |=
EPOLLOUT
;
177
event.events |=
EPOLLOUT
;
273
if (!reactor->object_removed && events[j].events &
EPOLLOUT
&& object->write_ready)
/external/dbus/dbus/
dbus-socket-set-epoll.c
115
events |=
EPOLLOUT
;
127
if (events &
EPOLLOUT
)
/external/dhcpcd-6.8.2/
eloop.c
100
epe.events |=
EPOLLOUT
;
445
epe.events |=
EPOLLOUT
;
625
if (epe.events &
EPOLLOUT
&& e->write_cb) {
/system/core/libutils/
Looper.cpp
304
if (epollEvents &
EPOLLOUT
) events |= EVENT_OUTPUT;
673
if (events & EVENT_OUTPUT) epollEvents |=
EPOLLOUT
;
/device/generic/goldfish/qemud/
qemud.c
295
*
EPOLLOUT
, EPOLLHUP and EPOLLERR
888
looper_enable( f->list->looper, f->fd,
EPOLLOUT
);
927
if (events &
EPOLLOUT
&& f->out_first) {
942
looper_disable( f->list->looper, f->fd,
EPOLLOUT
);
[
all
...]
/external/wpa_supplicant_8/src/utils/
eloop.c
204
ev.events =
EPOLLOUT
;
[
all
...]
/external/libmicrohttpd/src/microhttpd/
daemon.c
[
all
...]
connection.c
[
all
...]
Completed in 1947 milliseconds
1
2
3