Home
last modified time | relevance | path

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

/external/rust/crates/crossbeam-channel/src/
Dwaker.rs135 pub fn unwatch(&mut self, oper: Operation) { in unwatch() method
248 pub fn unwatch(&self, oper: Operation) { in unwatch() method
Dselect.rs119 fn unwatch(&self, oper: Operation); in unwatch() method
151 fn unwatch(&self, oper: Operation) { in unwatch() method
Dchannel.rs1388 fn unwatch(&self, oper: Operation) { in unwatch() method
1475 fn unwatch(&self, oper: Operation) { in unwatch() method
/external/rust/crates/crossbeam-channel/src/flavors/
Dnever.rs109 fn unwatch(&self, _oper: Operation) {} in unwatch() method
Dtick.rs166 fn unwatch(&self, _oper: Operation) {} in unwatch() method
Dat.rs201 fn unwatch(&self, _oper: Operation) {} in unwatch() method
Dzero.rs412 fn unwatch(&self, oper: Operation) { in unwatch() method
462 fn unwatch(&self, oper: Operation) { in unwatch() method
Darray.rs602 fn unwatch(&self, oper: Operation) { in unwatch() method
638 fn unwatch(&self, oper: Operation) { in unwatch() method
Dlist.rs636 fn unwatch(&self, oper: Operation) { in unwatch() method
668 fn unwatch(&self, _oper: Operation) {} in unwatch() method