/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/ |
D | async_executor.rs | 22 fn block_on<T>(&self, future: impl Future<Output = T>) -> T; in block_on() method 30 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 40 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 47 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 53 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 63 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method
|
/aosp_15_r20/frameworks/native/libs/binder/rust/binder_tokio/ |
H A D | lib.rs | 160 fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method 166 fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method 172 fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
|
/aosp_15_r20/external/crosvm/cros_async/src/blocking/sys/ |
H A D | linux.rs | 5 pub mod block_on; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/src/ |
D | lib.rs | 27 pub fn block_on<F: std::future::Future>(future: F) -> F::Output { in block_on() function
|
/aosp_15_r20/external/bazelbuild-rules_rust/test/rustfmt/srcs/2018/ |
H A D | unformatted.rs | 6 fn block_on<T>(fut: impl Future<Output = T>) -> T { in block_on() function
|
H A D | formatted.rs | 16 fn block_on<T>(fut: impl Future<Output = T>) -> T { in block_on() function
|
/aosp_15_r20/frameworks/native/libs/binder/rust/src/ |
H A D | binder_async.rs | 63 fn block_on<F: Future>(&self, future: F) -> F::Output; in block_on() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/context/ |
D | blocking.rs | 59 pub(crate) fn block_on<F>(&mut self, f: F) -> Result<F::Output, AccessError> in block_on() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/ |
D | mod.rs | 181 pub(crate) fn block_on<F: Future>(&self, handle: &scheduler::Handle, future: F) -> F::Output { in block_on() method 715 fn block_on<F: Future>(self, future: F) -> F::Output { in block_on() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
D | mod.rs | 70 pub(crate) fn block_on<F>(&self, handle: &scheduler::Handle, future: F) -> F::Output in block_on() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/ |
D | mod.rs | 82 pub(crate) fn block_on<F>(&self, handle: &scheduler::Handle, future: F) -> F::Output in block_on() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | future.rs | 101 fn block_on(fut: impl Future) { in block_on() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | future.rs | 101 fn block_on(fut: impl Future) { in block_on() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | future.rs | 101 fn block_on(fut: impl Future) { in block_on() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | future.rs | 101 fn block_on(fut: impl Future) { in block_on() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | future.rs | 101 fn block_on(fut: impl Future) { in block_on() function
|
/aosp_15_r20/external/crosvm/cros_async/src/blocking/sys/linux/ |
H A D | block_on.rs | 61 pub fn block_on<F: Future>(f: F) -> F::Output { in block_on() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/examples/ |
D | with-metadata.rs | 117 pub fn block_on<F>(future: F) in block_on() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/local_runtime/ |
D | runtime.rs | 218 pub fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/ |
D | runtime.rs | 337 pub fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
|
D | handle.rs | 300 pub fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
|
D | park.rs | 271 pub(crate) fn block_on<F: Future>(&mut self, f: F) -> Result<F::Output, AccessError> { in block_on() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/time/tests/ |
D | mod.rs | 14 fn block_on<T>(f: impl std::future::Future<Output = T>) -> T { in block_on() function
|
/aosp_15_r20/bootable/libbootloader/gbl/libasync/src/ |
H A D | lib.rs | 48 pub fn block_on<O>(fut: impl Future<Output = O>) -> O { in block_on() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-executor/src/ |
D | local_pool.rs | 314 pub fn block_on<F: Future>(f: F) -> F::Output { in block_on() function
|