Home
last modified time | relevance | path

Searched refs:get_current_ctx (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dyield_now.rs48 let ctx = worker::get_current_ctx(); in poll()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dworker.rs79 pub(crate) fn get_current_ctx() -> Option<&'static WorkerContext> { in get_current_ctx() function
H A Dasync_pool.rs26 use super::worker::{get_current_ctx, run_worker, Worker};
215 let cur_worker = get_current_ctx(); in enqueue()