/aosp_15_r20/bionic/tests/ |
H A D | eventfd_test.cpp | 26 TEST(eventfd, smoke) { in TEST() argument 50 TEST(eventfd, cloexec) { in TEST() argument 73 TEST(eventfd, semaphore) { in TEST() argument
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/ |
H A D | event.rs | 67 let eventfd = Event::new().unwrap(); in next_val_reads_value() localVariable 84 let eventfd = Event::new().unwrap(); in next_val_reads_value_poll_and_ring() localVariable 92 let eventfd = Event::new().unwrap(); in next_val_reads_value_poll_and_ring() localVariable
|
/aosp_15_r20/external/pigweed/pw_digital_io_linux/ |
H A D | mock_vfs.h | 33 MockFile(MockVfs& vfs, int eventfd, const std::string& name) in MockFile() 38 int eventfd() const { return eventfd_; } in eventfd() function
|
H A D | digital_io_test.cc | 155 LineHandleFile(MockVfs& vfs, int eventfd, const std::string& name, Line& line) in LineHandleFile() 209 int eventfd, in LineEventFile() 296 int eventfd, in ChipFile()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/tests/ |
D | vhost-user-server.rs | 191 let eventfd = EventFd::new(0).unwrap(); in vhost_user_client() localVariable 259 let eventfd = EventFd::new(0).unwrap(); in vhost_user_set_inflight() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/ |
D | vring.rs | 552 let eventfd = EventFd::new(0).unwrap(); in test_vring_set_fd() localVariable 565 let eventfd = EventFd::new(0).unwrap(); in test_vring_set_fd() localVariable 575 let eventfd = EventFd::new(0).unwrap(); in test_vring_set_fd() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/event/ |
D | eventfd.rs | 18 pub fn eventfd(initval: u32, flags: EventfdFlags) -> io::Result<OwnedFd> { in eventfd() function
|
D | mod.rs | 9 mod eventfd; module
|
/aosp_15_r20/external/strace/ |
H A D | eventfd.c | 49 SYS_FUNC(eventfd) in SYS_FUNC() argument
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | eventfd.cpp | 36 int eventfd(unsigned int initval, int flags) { in eventfd() function
|
/aosp_15_r20/external/trusty/musl/src/linux/ |
D | eventfd.c | 6 int eventfd(unsigned int count, int flags) in eventfd() function
|
/aosp_15_r20/external/musl/src/linux/ |
H A D | eventfd.c | 6 int eventfd(unsigned int count, int flags) in eventfd() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/ |
D | mod.rs | 8 pub mod eventfd; module
|
D | eventfd.rs | 23 eventfd: File, field
|
/aosp_15_r20/external/virglrenderer/src/drm/ |
H A D | drm_fence.h | 30 int eventfd; member
|
H A D | drm_fence.c | 98 const char *name, int eventfd, int ring_idx) in drm_timeline_init()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/event/ |
D | syscalls.rs | 131 pub(crate) fn eventfd(initval: u32, flags: EventfdFlags) -> io::Result<OwnedFd> { in eventfd() function
|
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | events_posix.h | 31 int eventfd; member
|
/aosp_15_r20/art/tools/ |
H A D | dt_fds_forward.py | 45 def eventfd(init_val, flags): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/ |
D | eventfd.rs | 14 pub fn eventfd(initval: libc::c_uint, flags: EfdFlags) -> Result<OwnedFd> { in eventfd() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_kern/ |
D | net.rs | 153 let eventfd = EventFd::new(0).unwrap(); in test_net_ioctls() localVariable
|
D | vsock.rs | 172 let eventfd = EventFd::new(0).unwrap(); in test_vsock_ioctls() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/event/ |
D | syscalls.rs | 34 pub(crate) fn eventfd(initval: u32, flags: EventfdFlags) -> io::Result<OwnedFd> { in eventfd() function
|
/aosp_15_r20/external/libusb/ |
H A D | configure.ac | 266 AC_ARG_ENABLE([eventfd], optenable
|
/aosp_15_r20/external/virglrenderer/src/venus/ |
H A D | vkr_queue.h | 51 int eventfd; member
|