Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
Dtimer.rs17 pub struct TimerAsync { struct
21 impl TimerAsync { impl
22 pub fn new(timer: Timer, ex: &Executor) -> AsyncResult<TimerAsync> { in new()
Dlib.rs130 TimerAsync(AsyncError), enumerator
/external/crosvm/cros_async/src/sys/unix/
Dtimer.rs16 impl TimerAsync { implementation
17 pub(crate) fn new_poll(timer: Timer, ex: &FdExecutor) -> AsyncResult<TimerAsync> { in new_poll()
21 pub(crate) fn new_uring(timer: Timer, ex: &URingExecutor) -> AsyncResult<TimerAsync> { in new_uring()
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs239 flush_timer: Rc<RefCell<TimerAsync>>, in process_one_request()
287 flush_timer: Rc<RefCell<TimerAsync>>, in process_one_chain()
316 flush_timer: Rc<RefCell<TimerAsync>>, in handle_queue()
464 timer: TimerAsync, in flush_disk()
688 flush_timer: Rc<RefCell<TimerAsync>>, in execute_request()