Searched refs:GlobalModuleRegistry (Results 1 – 2 of 2) sorted by relevance
43 struct GlobalModuleRegistry { struct61 static GLOBAL_MODULE_REGISTRY: Mutex<Option<GlobalModuleRegistry>> = Mutex::new(None); argument63 impl GlobalModuleRegistry { implementation
16 GlobalModuleRegistry, MainThreadTxMessage, GLOBAL_MODULE_REGISTRY,27 GlobalModuleRegistry::start( in start()