Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
D_test_multiprocessing.py5523 def run_worker(self, worker, obj): member in TestSyncManagerTypes
5540 self.run_worker(self._test_event, o)
5550 self.run_worker(self._test_lock, o)
5561 self.run_worker(self._test_rlock, o)
5569 self.run_worker(self._test_semaphore, o)
5582 self.run_worker(self._test_condition, o)
5591 self.run_worker(self._test_barrier, o)
5601 self.run_worker(self._test_pool, o)
5617 self.run_worker(self._test_queue, o)
5639 self.run_worker(self._test_list, o)
[all …]
/third_party/grpc/tools/run_tests/performance/
DREADME.md43 * Note that there is one "run_worker" script per language, e.g.,
/third_party/node/tools/
Dtest.py1595 run_worker = join(workspace, "tools", "run-worker.js")
1596 options.node_args.append(run_worker)
/third_party/nghttp2/src/
DHttpServer.cc1802 void run_worker(Worker *worker) { in run_worker() function
1838 auto t = std::thread(run_worker, worker.get()); in AcceptHandler()