Searched refs:unpin_thread (Results 1 – 1 of 1) sorted by relevance
1029 unpin_thread: Option<WorkerThread<UnpinWorker>>, field1108 unpin_thread: None, in new()1189 if self.unpin_thread.is_none() { in start_workers()1247 self.unpin_thread = Some(WorkerThread::start("coiommu_unpin", move |kill_evt| { in start_unpin_thread()1415 if let Some(worker_thread) = &self.unpin_thread { in write_mmio()