Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/common/
Dhdcfile.rs64 type FileTaskMap_ = Arc<Mutex<HashMap<(u32, u32), HdcFile_>>>; typedef
67 fn get_instance() -> FileTaskMap_ { in get_instance()
68 static mut MAP: Option<FileTaskMap_> = None; in get_instance()