Home
last modified time | relevance | path

Searched defs:context (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
Dwrapper.rs25 pub(crate) context: *mut (), field
37 let context = &mut *(self.context as *mut _); in inner() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dtask_handle.rs106 let mut context = Context::from_waker(&waker); in run() localVariable
301 let mut context = Context::from_waker(&waker); in ffrt_run() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Ddriver.rs97 let context = get_current_handle() in get_handle() localVariable