Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
Dffrt_task.rs17 type RawTaskCtx = *mut c_void; typedef
/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
Dtask.rs24 type RawTaskCtx = *mut c_void; typedef
135 pub fn ffrt_wake_coroutine(task: RawTaskCtx); in ffrt_wake_coroutine()