Home
last modified time | relevance | path

Searched defs:try_recv (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dchan.rs300 macro_rules! try_recv { in recv() macro
369 macro_rules! try_recv { in recv_many() macro
428 pub(crate) fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
434 macro_rules! try_recv { in try_recv() macro
Dunbounded.rs286 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/
Doneshot.rs241 fn try_recv(&self) -> Result<Option<T>, Canceled> { in try_recv() method
450 pub fn try_recv(&mut self) -> Result<Option<T>, Canceled> { in try_recv() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dnever.rs73 fn try_recv() { in try_recv() function
Dtick.rs100 fn try_recv() { in try_recv() function
Dafter.rs78 fn try_recv() { in try_recv() function
Dzero.rs59 fn try_recv() { in try_recv() function
Dlist.rs71 fn try_recv() { in try_recv() function
Darray.rs81 fn try_recv() { in try_recv() function
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/tests/
Dloom.rs19 fn try_recv() { in try_recv() function
Dsync.rs198 fn try_recv() { in try_recv() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/tests/
Dloom_mpsc.rs137 fn try_recv() { in try_recv() function
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/
Dnever.rs32 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
Dat.rs38 pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> { in try_recv() method
Dtick.rs38 pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> { in try_recv() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs218 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
H A Darray.rs360 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
H A Dmod.rs287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
H A Darray.rs364 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
H A Dmod.rs287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs218 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/datagram/
Dsocket.rs810 pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> { in try_recv() method

123