Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dsys_event.rs22 type FfrtTimerHandle = *mut c_void; typedef
50 ) -> FfrtTimerHandle; in ffrt_timer_start()
53 pub fn ffrt_timer_stop(handle: FfrtTimerHandle); in ffrt_timer_stop()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dffrt_timer.rs18 type FfrtTimerHandle = *mut c_void; typedef