/aosp_15_r20/external/crosvm/devices/src/virtio/block/ |
H A D | mod.rs | 127 pub async_executor: Option<ExecutorKind>, field 156 async_executor: None, in default() 216 async_executor: None, in params_from_key_values() 239 async_executor: None, in params_from_key_values() 262 async_executor: None, in params_from_key_values() 285 async_executor: None, in params_from_key_values() 308 async_executor: None, in params_from_key_values() 331 async_executor: None, in params_from_key_values() 352 async_executor: None, in params_from_key_values() 375 async_executor: None, in params_from_key_values() [all …]
|
H A D | asynchronous.rs | 676 let executor_kind = disk_option.async_executor.unwrap_or_default(); in new() 1596 async_executor: Option<cros_async::ExecutorKind>, in reset_and_reactivate() 1623 async_executor, in reset_and_reactivate()
|
/aosp_15_r20/external/crosvm/src/ |
H A D | main.rs | 183 if let Some(async_executor) = cfg.async_executor { in run_vm() 184 cros_async::Executor::set_default_executor_kind(async_executor) in run_vm() 548 if let Some(async_executor) = opts.async_executor { in start_device() 549 cros_async::Executor::set_default_executor_kind(async_executor) in start_device()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/block/sys/ |
H A D | windows.rs | 68 info!("using {:?} executor.", disk_option.async_executor); in start_device() 70 let kind = disk_option.async_executor.unwrap_or_default(); in start_device()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/ |
H A D | multi_device_iterator_test.py | 80 async_executor = executor.new_executor(enable_async=True) 81 with context.executor_scope(async_executor): 90 async_executor.wait()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | core_test.py | 597 async_executor = executor.new_executor(enable_async=True) 598 with context.executor_scope(async_executor): 601 async_executor.wait() 603 with context.executor_scope(async_executor):
|
/aosp_15_r20/external/crosvm/devices/src/virtio/block/sys/ |
H A D | windows.rs | 27 self.async_executor.unwrap_or_default(), in open()
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/benches/benchmarks/ |
D | async_measurement_overhead.rs | 1 use criterion::{async_executor::FuturesExecutor, criterion_group, BatchSize, Criterion};
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/ |
H A D | cmdline.rs | 46 pub async_executor: Option<ExecutorKind>, field
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/metadata/ |
H A D | dependency.rs | 560 let async_executor = bindings in bench_name_alias_dep() localVariable 567 assert_eq!(async_executor.alias, Some("executor".to_owned())); in bench_name_alias_dep()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
H A D | functional_ops_test.py | 601 async_executor = executor.new_executor(enable_async=True) 603 with context.executor_scope(async_executor): 613 async_executor.wait()
|
/aosp_15_r20/external/crosvm/src/crosvm/ |
H A D | cmdline.rs | 544 pub async_executor: Option<ExecutorKind>, field 964 pub async_executor: Option<ExecutorKind>, field 2778 cfg.async_executor = cmd.async_executor; in try_from()
|
H A D | config.rs | 670 pub async_executor: Option<ExecutorKind>, field 897 async_executor: None, in default()
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/ |
D | bencher.rs | 13 use crate::async_executor::AsyncExecutor;
|
D | lib.rs | 59 pub mod async_executor; module
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/ |
H A D | linux.rs | 4851 if let Some(async_executor) = opts.async_executor { in start_devices() 4852 Executor::set_default_executor_kind(async_executor) in start_devices()
|