Searched defs:Blocking (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/tokio/src/io/ |
D | blocking.rs | 16 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/ |
D | mock_pool.rs | 15 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/ |
D | scoped_spinlock.h | 46 Blocking enumerator
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | fuchsia.cpp | 175 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|
D | linux.cpp | 151 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|
/external/scudo/standalone/ |
D | fuchsia.cpp | 186 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|
D | linux.cpp | 190 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|