Home
last modified time | relevance | path

Searched defs:try_select (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/
Dselect.rs102 fn try_select(&self, token: &mut Token) -> bool; in try_select() method
127 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
457 pub fn try_select<'a>( in try_select() function
776 pub fn try_select(&mut self) -> Result<SelectedOperation<'a>, TrySelectError> { in try_select() method
Dchannel.rs1351 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
1413 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Dcontext.rs94 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() method
Dwaker.rs80 pub(crate) fn try_select(&mut self) -> Option<Entry> { in try_select() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/
Dzero.rs399 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
449 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Darray.rs568 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
604 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Dlist.rs695 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
731 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Dnever.rs76 fn try_select(&self, _token: &mut Token) -> bool { in try_select() method
Dat.rs148 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Dtick.rs123 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/
Dtry_select.rs53 pub fn try_select<A, B>(future1: A, future2: B) -> TrySelect<A, B> in try_select() function
Dmod.rs106 mod try_select; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() method
H A Dwaker.rs68 pub(crate) fn try_select(&mut self) -> Option<Entry> { in try_select() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() method
H A Dwaker.rs68 pub(crate) fn try_select(&mut self) -> Option<Entry> { in try_select() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() method
H A Dwaker.rs68 pub(crate) fn try_select(&mut self) -> Option<Entry> { in try_select() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() method
H A Dwaker.rs68 pub(crate) fn try_select(&mut self) -> Option<Entry> { in try_select() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() method
H A Dwaker.rs68 pub(crate) fn try_select(&mut self) -> Option<Entry> { in try_select() method