Home
last modified time | relevance | path

Searched full:run_worker (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/libc++/src/docs/DesignDocs/
H A DUniquePtrTrivialAbi.rst118 util::Status run_worker(std::unique_ptr<Foo>);
122 …// Currently, the following would "work" because the argument to run_worker() is deleted at the en…
123 // With the new calling convention, it will be deleted at the end of run_worker(),
125 owned_foo->Bar(run_worker(std::move(smart_foo)));
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/templates/
Dloadtest_template_prebuilt_all_languages.yaml76 /run_scripts/run_worker.sh
101 /run_scripts/run_worker.sh
224 /run_scripts/run_worker.sh
Dloadtest_template_psm_proxyless_prebuilt_all_languages.yaml84 /run_scripts/run_worker.sh
143 /run_scripts/run_worker.sh
296 /run_scripts/run_worker.sh
Dloadtest_template_psm_proxied_prebuilt_all_languages.yaml92 /run_scripts/run_worker.sh
159 /run_scripts/run_worker.sh
328 /run_scripts/run_worker.sh
Dloadtest_template_basic_all_languages.yaml116 /run_scripts/run_worker.sh
153 /run_scripts/run_worker.sh
344 /run_scripts/run_worker.sh
Dloadtest_template_psm_proxied_basic_all_languages.yaml120 /run_scripts/run_worker.sh
202 /run_scripts/run_worker.sh
422 /run_scripts/run_worker.sh
Dloadtest_template_psm_proxyless_basic_all_languages.yaml112 /run_scripts/run_worker.sh
183 /run_scripts/run_worker.sh
387 /run_scripts/run_worker.sh
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/templates/
H A Dloadtest_template_prebuilt_all_languages.yaml76 /run_scripts/run_worker.sh
101 /run_scripts/run_worker.sh
224 /run_scripts/run_worker.sh
H A Dloadtest_template_psm_proxyless_prebuilt_all_languages.yaml84 /run_scripts/run_worker.sh
143 /run_scripts/run_worker.sh
296 /run_scripts/run_worker.sh
H A Dloadtest_template_psm_proxied_prebuilt_all_languages.yaml92 /run_scripts/run_worker.sh
159 /run_scripts/run_worker.sh
328 /run_scripts/run_worker.sh
H A Dloadtest_template_basic_all_languages.yaml116 /run_scripts/run_worker.sh
153 /run_scripts/run_worker.sh
344 /run_scripts/run_worker.sh
H A Dloadtest_template_psm_proxied_basic_all_languages.yaml120 /run_scripts/run_worker.sh
202 /run_scripts/run_worker.sh
422 /run_scripts/run_worker.sh
H A Dloadtest_template_psm_proxyless_basic_all_languages.yaml112 /run_scripts/run_worker.sh
183 /run_scripts/run_worker.sh
387 /run_scripts/run_worker.sh
/aosp_15_r20/external/crosvm/devices/src/virtio/scsi/
H A Ddevice.rs684 .run_until(run_worker( in activate()
695 error!("run_worker failed: {err}"); in activate()
715 .run_until(run_worker( in activate()
726 error!("run_worker failed: {err}"); in activate()
740 async fn run_worker( in run_worker() function
/aosp_15_r20/external/python/cpython3/Lib/test/
D_test_multiprocessing.py5562 self.run_worker(self._test_list, o)
5604 def run_worker(self, worker, obj): member in TestSyncManagerTypes
5621 self.run_worker(self._test_event, o)
5631 self.run_worker(self._test_lock, o)
5642 self.run_worker(self._test_rlock, o)
5650 self.run_worker(self._test_semaphore, o)
5663 self.run_worker(self._test_condition, o)
5672 self.run_worker(self._test_barrier, o)
5682 self.run_worker(self._test_pool, o)
5698 self.run_worker(self._test_queue, o)
[all …]
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/rl/
H A Dlauncher.py51 def run_worker( function
219 target=run_worker,
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/
DPeriodicEncodingJobWorker.java211 int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_WORKER); in doRun()
252 Tracing.endAsyncSection(Tracing.RUN_WORKER, traceCookie); in doRun()
/aosp_15_r20/external/pytorch/torch/distributed/benchmarks/
H A Dbenchmark_ddp_rpc.py205 def run_worker(rank, world_size): function
365 mp.spawn(run_worker, args=(world_size,), nprocs=world_size, join=True)
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dpmem.rs297 fn run_worker( in run_worker() function
497 run_worker( in activate()
H A Dballoon.rs865 fn run_worker( in run_worker() function
1365 run_worker( in start_worker()
/aosp_15_r20/external/crosvm/devices/src/
H A Dacpi.rs191 if let Err(e) = run_worker(sci_evt, kill_evt, pm1, gpe0, acpi_event_ignored_gpe, acdc) { in start()
237 fn run_worker( in run_worker() function
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DTracing.java146 public static final String RUN_WORKER = "PeriodicEncodingJobWorker#doRun"; field in Tracing
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/
H A Dmod.rs466 run_worker( in activate()
570 fn run_worker( in run_worker() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/
DREADME.md360 - Note that there is one "run_worker" script per language, e.g.,
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/
H A DREADME.md362 - Note that there is one "run_worker" script per language, e.g.,

12