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 D | mod.rs | 216 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 D | mod.rs | 216 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 D | mod.rs | 216 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 D | mod.rs | 216 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 D | mod.rs | 216 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/ |
D | watch.rs | 871 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
|
D | broadcast.rs | 804 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/ |
D | channel.rs | 645 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/ |
D | unbounded.rs | 654 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
|
D | chan.rs | 190 pub(crate) fn same_channel(&self, other: &Self) -> bool { in same_channel() method
|
D | bounded.rs | 1492 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
|