Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/plugin/src/
H A Dasset_plugin.rs40 static ASSET_OLUGIN_LOCK: Mutex<()> = Mutex::new(()); variable
52 let _guard = ASSET_OLUGIN_LOCK.lock().unwrap(); in get_instance()
59 let _guard = ASSET_OLUGIN_LOCK.lock().unwrap(); in load_plugin()
98 let _guard = ASSET_OLUGIN_LOCK.lock().unwrap(); in unload_plugin()