Home
last modified time | relevance | path

Searched refs:_handle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_runtime_spawn_fail.rs22 let _handle = ylong_runtime::spawn(async move { in main() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dworker.rs60 pub(crate) _handle: Arc<Handle>,
94 let cur_handle = WorkerHandle { _handle: handle }; in run_worker()
H A Ddriver_handle.rs56 Ok(context._handle.clone())
H A Dmod.rs302 _handle: self.get_handle(), in block_on_inner()
/ohos5.0/base/security/asset/services/core_service/src/
H A Dlib.rs134 let _handle = ylong_runtime::spawn(upgrade_process()); in start_service() localVariable
/ohos5.0/base/security/asset/services/core_service/src/common_event/
H A Dlistener.rs234 let _handle = ylong_runtime::spawn(backup_db_sync()); in backup_db() localVariable