Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Dcondvar.rs36 /// [`CondVar::notify_all`]) or because the thread received a signal. It may also wake up
69 /// e.value_changed.notify_all();
144 /// [`CondVar::notify_one`] or [`CondVar::notify_all`]. Note that it may also wake up
166 /// [`CondVar::notify_all`], or when a timeout occurs, or when the thread receives a signal.
218 pub fn notify_all(&self) {
219 pub fn notify_all(&self) { notify_all() method
/linux/drivers/xen/
H A Dpvcalls-back.c864 int notify, notify_all = 0, more = 1; in pvcalls_back_work() local
877 notify_all += notify; in pvcalls_back_work()
881 if (notify_all) { in pvcalls_back_work()
883 notify_all = 0; in pvcalls_back_work()