Searched refs:run_worker (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | UniquePtrTrivialAbi.rst | 118 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)));
|
/external/crosvm/devices/src/virtio/ |
D | balloon.rs | 305 fn run_worker( in run_worker() function 494 run_worker( in activate()
|
D | block_async.rs | 476 fn run_worker( in run_worker() function 913 if let Err(err_string) = run_worker( in activate()
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 5388 def run_worker(self, worker, obj): member in TestSyncManagerTypes 5405 self.run_worker(self._test_event, o) 5415 self.run_worker(self._test_lock, o) 5426 self.run_worker(self._test_rlock, o) 5434 self.run_worker(self._test_semaphore, o) 5447 self.run_worker(self._test_condition, o) 5456 self.run_worker(self._test_barrier, o) 5466 self.run_worker(self._test_pool, o) 5482 self.run_worker(self._test_queue, o) 5504 self.run_worker(self._test_list, o) [all …]
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | README.md | 43 * Note that there is one "run_worker" script per language, e.g.,
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | README.md | 43 * Note that there is one "run_worker" script per language, e.g.,
|