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/executor/
Ddriver_handle.rs54 let context = get_current_handle() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dtask_handle.rs187 let mut context = Context::from_waker(&waker); in run() localVariable
289 let mut context = Context::from_waker(&waker); in ffrt_run() localVariable