Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dmod.rs216 pub fn same_channel(&self, other: &Sender<T>) -> bool { in same_channel() method
392 pub fn same_channel(&self, other: &Receiver<T>) -> bool { in same_channel() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dmod.rs216 pub fn same_channel(&self, other: &Sender<T>) -> bool { in same_channel() method
392 pub fn same_channel(&self, other: &Receiver<T>) -> bool { in same_channel() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dmod.rs216 pub fn same_channel(&self, other: &Sender<T>) -> bool { in same_channel() method
392 pub fn same_channel(&self, other: &Receiver<T>) -> bool { in same_channel() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dmod.rs216 pub fn same_channel(&self, other: &Sender<T>) -> bool { in same_channel() method
392 pub fn same_channel(&self, other: &Receiver<T>) -> bool { in same_channel() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dmod.rs216 pub fn same_channel(&self, other: &Sender<T>) -> bool { in same_channel() method
392 pub fn same_channel(&self, other: &Receiver<T>) -> bool { in same_channel() method
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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