Home
last modified time | relevance | path

Searched refs:async_executor (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/block/
H A Dmod.rs127 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 Dasynchronous.rs676 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 Dmain.rs183 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 Dwindows.rs68 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 Dmulti_device_iterator_test.py80 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 Dcore_test.py597 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 Dwindows.rs27 self.async_executor.unwrap_or_default(), in open()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/benches/benchmarks/
Dasync_measurement_overhead.rs1 use criterion::{async_executor::FuturesExecutor, criterion_group, BatchSize, Criterion};
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dcmdline.rs46 pub async_executor: Option<ExecutorKind>, field
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/metadata/
H A Ddependency.rs560 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 Dfunctional_ops_test.py601 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 Dcmdline.rs544 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 Dconfig.rs670 pub async_executor: Option<ExecutorKind>, field
897 async_executor: None, in default()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dbencher.rs13 use crate::async_executor::AsyncExecutor;
Dlib.rs59 pub mod async_executor; module
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs4851 if let Some(async_executor) = opts.async_executor { in start_devices()
4852 Executor::set_default_executor_kind(async_executor) in start_devices()