Home
last modified time | relevance | path

Searched refs:ffrt_wake_coroutine (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dffrt_task.rs15 use ylong_ffrt::{ffrt_get_current_task, ffrt_wake_coroutine};
30 ffrt_wake_coroutine(self.0); in wake_task()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_coroutine.cpp69 ffrt_wake_coroutine(ffrt_get_current_task()); in stackless_coroutine()
72 ffrt_wake_coroutine(ffrt_get_current_task()); in stackless_coroutine()
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/c/
H A Dexecutor_task.h61 FFRT_C_API void ffrt_wake_coroutine(void* task);
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dtask.rs135 pub fn ffrt_wake_coroutine(task: RawTaskCtx); in ffrt_wake_coroutine() function
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask_io.cpp101 void ffrt_wake_coroutine(void* task)