Searched defs:Blocking (Results 1 – 9 of 9) sorted by relevance
/external/rust/android-crates-io/crates/tokio/src/io/ |
D | blocking.rs | 13 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/ |
D | scoped_spinlock.h | 46 Blocking enumerator
|
/external/scudo/standalone/ |
D | trusty.cpp | 108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom()
|
D | fuchsia.cpp | 220 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|
D | linux.cpp | 182 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|
/external/crosvm/base/src/sys/unix/ |
D | stream_channel.rs | 31 Blocking, enumerator
|
/external/rust/android-crates-io/crates/rayon-core/src/ |
D | latch.rs | 347 Blocking { latch: LockLatch }, enumerator
|
/external/crosvm/cros_async/src/sys/linux/ |
D | tokio_source.rs | 68 Blocking(Arc<OwnedFd>), enumerator
|
/external/crosvm/base/src/sys/windows/ |
D | stream_channel.rs | 34 Blocking, enumerator
|