Home
last modified time | relevance | path

Searched refs:FfrtTimerHandle (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dsys_event.rs22 type FfrtTimerHandle = *mut c_void; types
50 ) -> FfrtTimerHandle; in ffrt_timer_start()
53 pub fn ffrt_timer_stop(handle: FfrtTimerHandle); in ffrt_timer_stop()
58 pub fn ffrt_timer_query(handle: FfrtTimerHandle) -> c_int; in ffrt_timer_query()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dffrt_timer.rs18 type FfrtTimerHandle = *mut c_void; types
20 pub(crate) struct FfrtTimerEntry(FfrtTimerHandle);

Completed in 2 milliseconds