Searched refs:notify_one (Results 1 – 2 of 2) sorted by relevance
35 /// it wakes up when notified by another thread (via [`CondVar::notify_one`] or144 /// [`CondVar::notify_one`] or [`CondVar::notify_all`]. Note that it may also wake up165 /// thread to sleep. It wakes up when notified by [`CondVar::notify_one`] or198 /// This method behaves like `notify_one`, except that it hints to the scheduler that the210 pub fn notify_one(&self) {211 pub fn notify_one(&self) { notify_one() method
482 static void notify_one(struct mdesc_notifier_client *p, in notify_one() function496 notify_one(p, old_hp, new_hp); in mdesc_notify_clients()