Home
last modified time | relevance | path

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

/external/crosvm/base/src/sys/macos/
Dtimer.rs31 fn reset_oneshot(&mut self, delay: Duration) -> Result<()> { in reset_oneshot() method
/external/crosvm/cros_async/src/
Dtimer.rs37 pub fn reset_oneshot(&mut self, dur: Duration) -> SysResult<()> { in reset_oneshot() method
/external/crosvm/base/src/sys/windows/
Dtimer.rs124 fn reset_oneshot(&mut self, dur: Duration) -> Result<()> { in reset_oneshot() method
/external/crosvm/base/src/sys/linux/
Dtimer.rs79 fn reset_oneshot(&mut self, dur: Duration) -> Result<()> { in reset_oneshot() method
/external/crosvm/base/src/
Dtimer.rs25 fn reset_oneshot(&mut self, dur: Duration) -> Result<()>; in reset_oneshot() method
170 fn reset_oneshot(&mut self, dur: Duration) -> Result<()> { in reset_oneshot() method