Home
last modified time | relevance | path

Searched defs:same_channel (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/sync/
Dwatch.rs871 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
1374 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
Dbroadcast.rs804 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
1049 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dunbounded.rs654 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
Dchan.rs190 pub(crate) fn same_channel(&self, other: &Self) -> bool { in same_channel() method
Dbounded.rs1492 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
/external/rust/android-crates-io/crates/crossbeam-channel/src/
Dchannel.rs645 pub fn same_channel(&self, other: &Sender<T>) -> bool { in same_channel() method
1137 pub fn same_channel(&self, other: &Receiver<T>) -> bool { in same_channel() method