Home
last modified time | relevance | path

Searched refs:worker_id (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/inspector/
H A Dworker_inspector.cc47 explicit WorkerFinishedRequest(uint64_t worker_id) : worker_id_(worker_id) {} in WorkerFinishedRequest() argument
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py417 def SetWorkerId(self, worker_id):
418 self.trace_dir = "%s%d" % (TRACE_FOLDER, worker_id)
716 def RunTests(args, worker_id, job_queue, result_list, message_queue, logger, ninja_lock):
717 replay_build_dir = os.path.join(args.out_dir, 'Replay%d' % worker_id)
728 len(test_batch.tests), worker_id, job_queue.qsize()))
730 test_batch.SetWorkerId(worker_id)
906 for worker_id in range(worker_count):
909 args=(args, worker_id, job_queue, result_list, message_queue, logger, ninja_lock))
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py138 def __init__(self, worker_id: int, runner: "MultiprocessTestRunner") -> None:
140 self.worker_id = worker_id
153 info = [f'TestWorkerProcess #{self.worker_id}']

Completed in 4 milliseconds