Home
last modified time | relevance | path

Searched refs:thread_path_ref (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/common/
Dhdctransfer.rs159 let thread_path_ref = Arc::new(Mutex::new(local_path)); in spawn_handler() localVariable
163 let path = thread_path_ref.lock().await; in spawn_handler()
Dforward.rs587 let thread_path_ref = Arc::new(Mutex::new(resolv_path)); in setup_device_point() localVariable
594 let path = thread_path_ref.lock().await; in setup_device_point()