Searched defs:unwatch (Results 1 – 9 of 9) sorted by relevance
| /external/rust/crates/crossbeam-channel/src/ |
| D | waker.rs | 134 pub(crate) fn unwatch(&mut self, oper: Operation) { in unwatch() method 247 pub(crate) fn unwatch(&self, oper: Operation) { in unwatch() method
|
| D | select.rs | 122 fn unwatch(&self, oper: Operation); in unwatch() method 154 fn unwatch(&self, oper: Operation) { in unwatch() method
|
| D | channel.rs | 1403 fn unwatch(&self, oper: Operation) { in unwatch() method 1490 fn unwatch(&self, oper: Operation) { in unwatch() method
|
| /external/rust/crates/crossbeam-channel/src/flavors/ |
| D | never.rs | 109 fn unwatch(&self, _oper: Operation) {} in unwatch() method
|
| D | at.rs | 196 fn unwatch(&self, _oper: Operation) {} in unwatch() method
|
| D | tick.rs | 166 fn unwatch(&self, _oper: Operation) {} in unwatch() method
|
| D | zero.rs | 441 fn unwatch(&self, oper: Operation) { in unwatch() method 491 fn unwatch(&self, oper: Operation) { in unwatch() method
|
| D | array.rs | 597 fn unwatch(&self, oper: Operation) { in unwatch() method 633 fn unwatch(&self, oper: Operation) { in unwatch() method
|
| D | list.rs | 721 fn unwatch(&self, oper: Operation) { in unwatch() method 753 fn unwatch(&self, _oper: Operation) {} in unwatch() method
|