Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dspawner.rs19 use ylong_ffrt::FfrtRet::{FfrtCoroutinePending, FfrtCoroutineReady};
20 use ylong_ffrt::{ffrt_submit_coroutine, FfrtRet, FfrtTaskAttr};
26 extern "C" fn exec_future(data: *mut c_void) -> FfrtRet { in exec_future()
/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dtask.rs22 type FfrtExecHook = extern "C" fn(*mut c_void) -> FfrtRet;
28 pub enum FfrtRet { enum

Completed in 1 milliseconds