Home
last modified time | relevance | path

Searched defs:epoll (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/system/core/init/
H A Dinit.cpp136 static void InstallInitNotifier(Epoll* epoll) { in InstallInitNotifier()
744 static Result<void> RegisterSignalFd(Epoll* epoll, int signal, int fd) { in RegisterSignalFd()
749 static Result<int> CreateAndRegisterSignalFd(Epoll* epoll, int signal) { in CreateAndRegisterSignalFd()
766 static void InstallSignalFdHandler(Epoll* epoll) { in InstallSignalFdHandler()
999 Epoll epoll; in SecondStageMain() local
H A Depoll_test.cpp40 TEST(epoll, UnregisterHandler) { in TEST() argument
41 Epoll epoll; in TEST() local
H A Dsigchld_handler.cpp153 Epoll epoll; in WaitToBeReaped() local
H A Dmount_handler.cpp167 MountHandler::MountHandler(Epoll* epoll) : epoll_(epoll), fp_(fopen("/proc/mounts", "re"), fclose) { in MountHandler()
H A Dkeychords.cpp286 void Keychords::Start(Epoll* epoll, std::function<void(const std::vector<int>&)> handler) { in Start()
H A Dproperty_service.cpp1476 Epoll epoll; in PropertyServiceThread() local
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/
Dpoller.rs154 epoll: Epoll, field
185 let epoll = Epoll::new(EpollCreateFlags::EPOLL_CLOEXEC)?; in new() localVariable
371 let epoll = Epoll::new(EpollCreateFlags::empty()).unwrap(); in test_waker() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Devent_loop.rs62 epoll: Epoll, field
87 let epoll = Epoll::new().map_err(VringEpollError::EpollCreateFd)?; in new() localVariable
/aosp_15_r20/external/pigweed/pw_async2/
H A Dbackends.rst11 .. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html target
/aosp_15_r20/external/pigweed/pw_async2_epoll/
H A Ddocs.rst6 .. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html target
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/event/
Dmod.rs1 pub mod epoll; module
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/event/
Dmod.rs9 pub mod epoll; module
/aosp_15_r20/external/rust/android-crates-io/crates/epoll/
Dcargo_embargo.json3 "epoll": { object
DCargo.toml13 name = "epoll" package
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dmod.rs7 pub mod epoll; module
Depoll.rs371 let epoll = Epoll::new().unwrap(); in test_epoll() localVariable
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/linux/
H A Dwait_context.rs23 let epoll = Epoll::new(EpollCreateFlags::empty())?; in new() localVariable
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/
H A Devent_queue.rs137 let epoll = Epoll::new(EpollCreateFlags::empty()).unwrap(); in decoder_event_queue_polling() localVariable
/aosp_15_r20/external/rust/crates/vhost-device-vsock/
DCargo.toml19 epoll = "4.3.2" qkey
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_poll_private.h134 struct epoll_event *epoll; member
/aosp_15_r20/external/rust/android-crates-io/pseudo_crate/
DCargo.toml100 epoll = "=4.3.3" qkey
/aosp_15_r20/external/cronet/third_party/netty4/src/jar/all-in-one/
HDnetty-all-4.1.9.Final.jar ... sctp/nio/ io/netty/channel/epoll/ io/netty/channel/socket/ io ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.56.0/
HDgrpc-netty-shaded-1.56.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/external/pigweed/docs/
H A Dchangelog.rst7486 .. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html target in Apr 4, 2024
7560 .. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html target
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
Dall_android_tools_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12