Searched refs:held_contexts (Results 1 – 1 of 1) sorted by relevance
282 .held_contexts in debugListVms()660 held_contexts: HashMap<Cid, Weak<GlobalVmInstance>>, field674 held_contexts: HashMap::new(), in new()728 range.find(|cid| !self.held_contexts.contains_key(cid)) in find_available_cid()737 self.held_contexts.retain(|_, instance| instance.strong_count() > 0); in allocate_vm_context()743 self.held_contexts.insert(cid, Arc::downgrade(&instance)); in allocate_vm_context()