Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
Dtimer.rs14 pub struct TimerAsync { struct
18 impl TimerAsync { implementation
19 pub fn new(timer: TimerFd, ex: &Executor) -> AsyncResult<TimerAsync> { in new()
25 pub(crate) fn new_poll(timer: TimerFd, ex: &FdExecutor) -> AsyncResult<TimerAsync> { in new_poll()
30 pub(crate) fn new_uring(timer: TimerFd, ex: &URingExecutor) -> AsyncResult<TimerAsync> { in new_uring()
/external/crosvm/devices/src/virtio/
Dblock_async.rs247 flush_timer: Rc<RefCell<TimerAsync>>, in process_one_request()
292 flush_timer: Rc<RefCell<TimerAsync>>, in process_one_request_task()
323 flush_timer: Rc<RefCell<TimerAsync>>, in handle_queue()
447 timer: TimerAsync, in flush_disk()
666 flush_timer: Rc<RefCell<TimerAsync>>, in execute_request()