Searched defs:Blocking (Results  1 – 9 of 9) sorted by relevance
| /external/rust/crates/tokio/src/io/ | 
| D | blocking.rs | 16 pub(crate) struct Blocking<T> {  struct34     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/ | 
| D | scoped_spinlock.h | 46     Blocking  enumerator
 | 
| /external/scudo/standalone/ | 
| D | trusty.cpp | 103 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) {  in getRandom()
 | 
| D | fuchsia.cpp | 221 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) {  in getRandom()
 | 
| D | linux.cpp | 172 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) {  in getRandom()
 | 
| /external/crosvm/media/cros-codecs/src/ | 
| D | decoders.rs | 198     Blocking,  enumerator
 | 
| /external/crosvm/base/src/sys/unix/ | 
| D | stream_channel.rs | 30     Blocking,  enumerator
 | 
| /external/crosvm/base/src/sys/windows/ | 
| D | stream_channel.rs | 35     Blocking,  enumerator
 | 
| /external/rust/crates/rayon-core/src/scope/ | 
| D | mod.rs | 59     Blocking { latch: CountLockLatch },  enumerator
 |