Home
last modified time | relevance | path

Searched refs:run_worker (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libcxx/docs/DesignDocs/
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)));
/external/crosvm/devices/src/virtio/
Dballoon.rs305 fn run_worker( in run_worker() function
494 run_worker( in activate()
Dblock_async.rs476 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.py5388 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/
DREADME.md43 * Note that there is one "run_worker" script per language, e.g.,
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
DREADME.md43 * Note that there is one "run_worker" script per language, e.g.,