Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs147 operation_mutex: Mutex<HashMap<String, i32>>, field
486 …let result = (cvar.wait_timeout(self.operation_mutex.lock().unwrap(), Duration::from_secs(5))).unw… in wait_session_opend()