/external/crosvm/base/src/unix/ |
D | eventfd.rs | 26 pub struct EventFd { struct 30 /// Wrapper around the return value of doing a read on an EventFd which distinguishes between argument 39 impl EventFd { implementation 137 pub fn try_clone(&self) -> Result<EventFd> { in try_clone() 144 impl AsRawFd for EventFd { implementation 150 impl AsRawDescriptor for EventFd { implementation 156 impl FromRawFd for EventFd { implementation 164 impl IntoRawFd for EventFd { implementation
|
D | clock.rs | 97 pub fn add_event_fd(&mut self, deadline_ns: u64, fd: EventFd) { in add_event_fd()
|
/external/crosvm/common/sys_util/src/ |
D | eventfd.rs | 27 pub struct EventFd { struct 31 /// Wrapper around the return value of doing a read on an EventFd which distinguishes between argument 40 impl EventFd { impl 138 pub fn try_clone(&self) -> Result<EventFd> { in try_clone() 145 impl AsRawFd for EventFd { implementation 151 impl AsRawDescriptor for EventFd { implementation 157 impl FromRawFd for EventFd { implementation 165 impl IntoRawFd for EventFd { implementation
|
D | clock.rs | 97 pub fn add_event_fd(&mut self, deadline_ns: u64, fd: EventFd) { in add_event_fd()
|
/external/crosvm/common/cros_async/src/ |
D | event.rs | 15 pub fn new(event: EventFd, ex: &Executor) -> AsyncResult<EventAsync> { in new() 21 pub(crate) fn new_poll(event: EventFd, ex: &super::FdExecutor) -> AsyncResult<EventAsync> { in new_poll() 26 pub(crate) fn new_uring(event: EventFd, ex: &super::URingExecutor) -> AsyncResult<EventAsync> { in new_uring() 37 impl IntoAsync for EventFd {} implementation 47 async fn go(event: EventFd, ex: &Executor) -> u64 { in next_val_reads_value()
|
D | uring_source.rs | 348 async fn write_event(ev: EventFd, wait: EventFd, ex: &URingExecutor) { in event() 358 async fn read_events(ev: EventFd, signal: EventFd, ex: &URingExecutor) { in event()
|
D | fd_executor.rs | 213 async fn notify_task(notify: EventFd, raw: Weak<RawExecutor>) { in notify_task()
|
/external/crosvm/cros_async/src/ |
D | event.rs | 15 pub fn new(event: EventFd, ex: &Executor) -> AsyncResult<EventAsync> { in new() 21 pub(crate) fn new_poll(event: EventFd, ex: &super::FdExecutor) -> AsyncResult<EventAsync> { in new_poll() 26 pub(crate) fn new_uring(event: EventFd, ex: &super::URingExecutor) -> AsyncResult<EventAsync> { in new_uring() 37 impl IntoAsync for EventFd {} implementation 47 async fn go(event: EventFd, ex: &Executor) -> u64 { in next_val_reads_value()
|
D | uring_source.rs | 348 async fn write_event(ev: EventFd, wait: EventFd, ex: &URingExecutor) { in event() 358 async fn read_events(ev: EventFd, signal: EventFd, ex: &URingExecutor) { in event()
|
D | fd_executor.rs | 213 async fn notify_task(notify: EventFd, raw: Weak<RawExecutor>) { in notify_task()
|
/external/perfetto/src/base/ |
D | event_fd.cc | 44 EventFd::EventFd() { in EventFd() function in perfetto::base::EventFd 63 EventFd::EventFd() { in EventFd() function in perfetto::base::EventFd 85 EventFd::EventFd() { in EventFd() function in perfetto::base::EventFd
|