Searched refs:cond_var (Results 1 – 1 of 1) sorted by relevance
550 cond_var: Condvar, field561 Self { locked_keys: Mutex::new(HashSet::new()), cond_var: Condvar::new() } in new()570 locked_keys = self.cond_var.wait(locked_keys).unwrap(); in get()602 KEY_ID_LOCK.cond_var.notify_all(); in drop()