Searched defs:EventFd (Results 1 – 6 of 6) sorted by relevance
/external/crosvm/sys_util/src/ |
D | eventfd.rs | 25 pub struct EventFd { struct 29 /// Wrapper around the return value of doing a read on an EventFd which distinguishes between argument 38 impl EventFd { impl 136 pub fn try_clone(&self) -> Result<EventFd> { in try_clone() 143 impl AsRawFd for EventFd { implementation 149 impl AsRawDescriptor for EventFd { implementation 155 impl FromRawFd for EventFd { implementation 163 impl IntoRawFd for EventFd { implementation 187 impl From<ScopedEvent> for EventFd { implementation 202 fn deref(&self) -> &EventFd { in deref()
|
D | clock.rs | 95 pub fn add_event_fd(&mut self, deadline_ns: u64, fd: EventFd) { in add_event_fd()
|
/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: &crate::FdExecutor) -> AsyncResult<EventAsync> { in new_poll() 26 pub(crate) fn new_uring(event: EventFd, ex: &crate::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 | 335 async fn write_event(ev: EventFd, wait: EventFd, ex: &URingExecutor) { in event() 345 async fn read_events(ev: EventFd, signal: EventFd, ex: &URingExecutor) { in event()
|
D | fd_executor.rs | 187 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 84 EventFd::EventFd() { in EventFd() function in perfetto::base::EventFd
|