Searched defs:TimerAsync (Results 1 – 5 of 5) sorted by relevance
| /external/crosvm/common/cros_async/src/ |
| D | timer.rs | 15 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()
|
| D | lib.rs | 113 TimerAsync(AsyncError), enumerator
|
| /external/crosvm/cros_async/src/ |
| D | timer.rs | 15 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()
|
| D | lib.rs | 115 TimerAsync(AsyncError), enumerator
|
| /external/crosvm/devices/src/virtio/block/ |
| D | asynchronous.rs | 160 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()
|