Home
last modified time | relevance | path

Searched refs:periodic_schedule (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dtimer.rs111 pub async fn periodic_schedule<T>(mut closure: T, repeat_time: Option<usize>, period: Duration) in periodic_schedule() function
259 let task = time::periodic_schedule(closure, Some(10), Duration::from_nanos(20_000_000)); in ut_new_timer_schedule()
H A Dmod.rs31 pub use timer::{periodic_schedule, timer, timer_at, Timer};
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dlib.rs164 ylong_runtime::time::periodic_schedule(task, repeat, interval).await; in post_perioric_task()