Home
last modified time | relevance | path

Searched defs:Blocking (Results 1 – 9 of 9) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/io/
Dblocking.rs13 pub(crate) struct Blocking<T> { struct
31 Busy(sys::Blocking<(io::Result<usize>, Buf, T)>), argument
35 impl<T> Blocking<T> { impl
47 impl<T> AsyncRead for Blocking<T> implementation
98 impl<T> AsyncWrite for Blocking<T> implementation
/external/perfetto/src/profiling/memory/
Dscoped_spinlock.h46 Blocking enumerator
/external/scudo/standalone/
Dtrusty.cpp108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom()
Dfuchsia.cpp220 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
Dlinux.cpp182 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
/external/crosvm/base/src/sys/unix/
Dstream_channel.rs31 Blocking, enumerator
/external/rust/android-crates-io/crates/rayon-core/src/
Dlatch.rs347 Blocking { latch: LockLatch }, enumerator
/external/crosvm/cros_async/src/sys/linux/
Dtokio_source.rs68 Blocking(Arc<OwnedFd>), enumerator
/external/crosvm/base/src/sys/windows/
Dstream_channel.rs34 Blocking, enumerator