Home
last modified time | relevance | path

Searched refs:ffrt_get_current_task (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dffrt_task.rs15 use ylong_ffrt::{ffrt_get_current_task, ffrt_wake_coroutine};
24 let task_ctx = unsafe { ffrt_get_current_task() };
/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dlib.rs24 pub use {ffrt_get_current_task, ffrt_submit_coroutine};
H A Dtask.rs132 pub fn ffrt_get_current_task() -> RawTaskCtx; in ffrt_get_current_task() functions

Completed in 2 milliseconds