Home
last modified time | relevance | path

Searched defs:unwatch (Results 1 – 10 of 10) sorted by relevance

/external/rust/android-crates-io/crates/crossbeam-channel/src/
Dwaker.rs135 pub(crate) fn unwatch(&mut self, oper: Operation) { in unwatch() method
248 pub(crate) fn unwatch(&self, oper: Operation) { in unwatch() method
Dselect.rs123 fn unwatch(&self, oper: Operation); in unwatch() method
155 fn unwatch(&self, oper: Operation) { in unwatch() method
Dchannel.rs1403 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/
Dnever.rs109 fn unwatch(&self, _oper: Operation) {} in unwatch() method
Dat.rs196 fn unwatch(&self, _oper: Operation) {} in unwatch() method
Dtick.rs166 fn unwatch(&self, _oper: Operation) {} in unwatch() method
Dzero.rs442 fn unwatch(&self, oper: Operation) { in unwatch() method
492 fn unwatch(&self, oper: Operation) { in unwatch() method
Darray.rs598 fn unwatch(&self, oper: Operation) { in unwatch() method
634 fn unwatch(&self, oper: Operation) { in unwatch() method
Dlist.rs740 fn unwatch(&self, oper: Operation) { in unwatch() method
772 fn unwatch(&self, _oper: Operation) {} in unwatch() method
/external/python/cpython3/Lib/test/test_capi/
Dtest_watchers.py40 def unwatch(self, wid, d): member in TestDictWatchers
234 def unwatch(self, wid, t): member in TestTypeWatchers