Searched defs:unwatch (Results 1 – 10 of 10) sorted by relevance
/external/rust/android-crates-io/crates/crossbeam-channel/src/ |
D | waker.rs | 135 pub(crate) fn unwatch(&mut self, oper: Operation) { in unwatch() method 248 pub(crate) fn unwatch(&self, oper: Operation) { in unwatch() method
|
D | select.rs | 123 fn unwatch(&self, oper: Operation); in unwatch() method 155 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/android-crates-io/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 | 442 fn unwatch(&self, oper: Operation) { in unwatch() method 492 fn unwatch(&self, oper: Operation) { in unwatch() method
|
D | array.rs | 598 fn unwatch(&self, oper: Operation) { in unwatch() method 634 fn unwatch(&self, oper: Operation) { in unwatch() method
|
D | list.rs | 740 fn unwatch(&self, oper: Operation) { in unwatch() method 772 fn unwatch(&self, _oper: Operation) {} in unwatch() method
|
/external/python/cpython3/Lib/test/test_capi/ |
D | test_watchers.py | 40 def unwatch(self, wid, d): member in TestDictWatchers 234 def unwatch(self, wid, t): member in TestTypeWatchers
|