Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_async/src/
H A Dtimer.rs18 pub struct TimerAsync<T: TimerTrait + IntoAsync> { struct
22 impl<T: TimerTrait + IntoAsync> TimerAsync<T> { impl
52 impl TimerAsync<Timer> { impl
H A Dlib.rs134 TimerAsync(AsyncError), enumerator
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A Dtimer.rs12 impl<T: TimerTrait + IntoAsync> TimerAsync<T> { implementation
41 impl TimerAsync<Timer> { impl
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dtimer.rs11 impl<T: TimerTrait + IntoAsync> TimerAsync<T> { implementation