Home
last modified time | relevance | path

Searched refs:PtyMap_ (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/hdc_rust/src/daemon_lib/
H A Dshell.rs386 type PtyMap_ = Arc<Mutex<HashMap<(u32, u32), Arc<PtyTask>>>>; types
389 fn get_instance() -> PtyMap_ { in get_instance()
390 static mut PTY_MAP: Option<PtyMap_> = None; in get_instance()

Completed in 2 milliseconds