Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/io/
Dblocking.rs16 pub(crate) struct Blocking<T> { struct
34 Busy(sys::Blocking<(io::Result<usize>, Buf, T)>), argument
38 impl<T> Blocking<T> { impl
50 impl<T> AsyncRead for Blocking<T> implementation
101 impl<T> AsyncWrite for Blocking<T> implementation
/external/perfetto/src/profiling/memory/
Dscoped_spinlock.h46 Blocking enumerator
/external/scudo/standalone/
Dtrusty.cpp103 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom()
Dfuchsia.cpp221 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
Dlinux.cpp172 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
/external/crosvm/media/cros-codecs/src/
Ddecoders.rs198 Blocking, enumerator
/external/crosvm/base/src/sys/unix/
Dstream_channel.rs30 Blocking, enumerator
/external/crosvm/base/src/sys/windows/
Dstream_channel.rs35 Blocking, enumerator
/external/rust/crates/rayon-core/src/scope/
Dmod.rs59 Blocking { latch: CountLockLatch }, enumerator