Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dffrt_task.rs17 type RawTaskCtx = *mut c_void; types
20 pub(crate) struct FfrtTaskCtx(RawTaskCtx);
/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dtask.rs24 type RawTaskCtx = *mut c_void; types
132 pub fn ffrt_get_current_task() -> RawTaskCtx; in ffrt_get_current_task()
135 pub fn ffrt_wake_coroutine(task: RawTaskCtx); in ffrt_wake_coroutine()

Completed in 1 milliseconds