Searched refs:GlobalState (Results 1 – 1 of 1) sorted by relevance
176 state: Arc<Mutex<GlobalState>>,183 state: Arc::new(Mutex::new(GlobalState::new())), in init()657 struct GlobalState { struct671 impl GlobalState { argument