Home
last modified time | relevance | path

Searched defs:Blocking (Results 1 – 7 of 7) 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
49 impl<T> AsyncRead for Blocking<T> implementation
100 impl<T> AsyncWrite for Blocking<T> implementation
/external/rust/crates/tokio/tests/support/
Dmock_pool.rs15 pub(crate) struct Blocking<T> { struct
19 pub(crate) fn run<F, R>(f: F) -> Blocking<R> in run() argument
34 impl<T> Future for Blocking<T> { implementation
/external/perfetto/src/profiling/memory/
Dscoped_spinlock.h46 Blocking enumerator
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dfuchsia.cpp175 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
Dlinux.cpp151 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
/external/scudo/standalone/
Dfuchsia.cpp186 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
Dlinux.cpp190 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()