Home
last modified time | relevance | path

Searched defs:TimerAsync (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/common/cros_async/src/
Dtimer.rs15 pub struct TimerAsync { struct
19 impl TimerAsync { argument
20 pub fn new(timer: TimerFd, ex: &Executor) -> AsyncResult<TimerAsync> { in new()
26 pub(crate) fn new_poll(timer: TimerFd, ex: &FdExecutor) -> AsyncResult<TimerAsync> { in new_poll()
31 pub(crate) fn new_uring(timer: TimerFd, ex: &URingExecutor) -> AsyncResult<TimerAsync> { in new_uring()
Dlib.rs113 TimerAsync(AsyncError), enumerator
/external/crosvm/cros_async/src/
Dtimer.rs15 pub struct TimerAsync { struct
19 impl TimerAsync { implementation
20 pub fn new(timer: TimerFd, ex: &Executor) -> AsyncResult<TimerAsync> { in new()
26 pub(crate) fn new_poll(timer: TimerFd, ex: &FdExecutor) -> AsyncResult<TimerAsync> { in new_poll()
31 pub(crate) fn new_uring(timer: TimerFd, ex: &URingExecutor) -> AsyncResult<TimerAsync> { in new_uring()
Dlib.rs115 TimerAsync(AsyncError), enumerator
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs160 flush_timer: Rc<RefCell<TimerAsync>>, in process_one_request()
208 flush_timer: Rc<RefCell<TimerAsync>>, in process_one_chain()
238 flush_timer: Rc<RefCell<TimerAsync>>, in handle_queue()
340 timer: TimerAsync, in flush_disk()
524 flush_timer: Rc<RefCell<TimerAsync>>, in execute_request()