Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Dcondvar.rs239 pub fn notify_all(&self) { in 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()
/linux/drivers/android/binder/
H A Dprocess.rs1442 self.freeze_wait.notify_all(); in drop_outstanding_txn()