Home
last modified time | relevance | path

Searched refs:notify_one (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/sync/
H A Dcondvar.rs35 /// it wakes up when notified by another thread (via [`CondVar::notify_one`] or
144 /// [`CondVar::notify_one`] or [`CondVar::notify_all`]. Note that it may also wake up
165 /// thread to sleep. It wakes up when notified by [`CondVar::notify_one`] or
198 /// This method behaves like `notify_one`, except that it hints to the scheduler that the
210 pub fn notify_one(&self) {
211 pub fn notify_one(&self) { notify_one() method
/linux/arch/sparc/kernel/
H A Dmdesc.c482 static void notify_one(struct mdesc_notifier_client *p, in notify_one() function
496 notify_one(p, old_hp, new_hp); in mdesc_notify_clients()