OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:epoll_event
(Results
76 - 96
of
96
) sorted by null
1
2
3
4
/frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp
615
epoll_event
event;
679
epoll_event
event;
753
epoll_event
events[count];
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c
851
struct
epoll_event
ev;
970
struct
epoll_event
*evs = NULL;
1003
evs = PyMem_New(struct
epoll_event
, maxevents);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c
885
struct
epoll_event
ev;
1004
struct
epoll_event
*evs = NULL;
1037
evs = PyMem_New(struct
epoll_event
, maxevents);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c
851
struct
epoll_event
ev;
970
struct
epoll_event
*evs = NULL;
1003
evs = PyMem_New(struct
epoll_event
, maxevents);
[
all
...]
/external/python/cpython2/Modules/
selectmodule.c
874
struct
epoll_event
ev;
993
struct
epoll_event
*evs = NULL;
1026
evs = PyMem_New(struct
epoll_event
, maxevents);
[
all
...]
/frameworks/native/services/inputflinger/
EventHub.h
478
struct
epoll_event
mPendingEventItems[EPOLL_MAX_EVENTS];
EventHub.cpp
217
struct
epoll_event
eventItem;
813
const struct
epoll_event
& eventItem = mPendingEventItems[mPendingEventIndex++];
[
all
...]
/device/generic/goldfish/gps/
gps_qemu.c
652
struct
epoll_event
ev;
713
struct
epoll_event
events[2];
/device/google/wahoo/usb/
Usb.cpp
625
struct
epoll_event
ev;
658
struct
epoll_event
events[64];
/prebuilts/go/darwin-x86/src/syscall/
types_linux.go
112
// The real
epoll_event
is a union, and godefs doesn't handle it well.
/prebuilts/go/linux-x86/src/syscall/
types_linux.go
112
// The real
epoll_event
is a union, and godefs doesn't handle it well.
/system/netd/tests/dns_responder/
dns_responder.cpp
633
epoll_event
ev;
685
epoll_event
evs[1];
/external/python/cpython3/Modules/
selectmodule.c
[
all
...]
/external/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf.c
214
struct
epoll_event
ev;
/frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp
185
epoll_event
event;
buffer_hub-test.cpp
123
epoll_event
event;
124
std::array<
epoll_event
, 64> events;
[
all
...]
/frameworks/native/libs/binder/tests/
binderLibTest.cpp
[
all
...]
/external/libmicrohttpd/src/microhttpd/
daemon.c
[
all
...]
connection.c
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc
239
unsigned struct_epoll_event_sz = sizeof(struct
epoll_event
);
[
all
...]
/external/libmicrohttpd/
configure
[
all
...]
Completed in 2124 milliseconds
1
2
3
4