- def __init__(self, port, options, worker_number,
+ def __init__(self, port, options, worker_number, worker_name,
filename_list_queue, result_queue):
"""Initialize all the local state for this DumpRenderTree thread.
filename_list_queue, result_queue):
"""Initialize all the local state for this DumpRenderTree thread.
port: interface to port-specific hooks
options: command line options argument from optparse
worker_number: identifier for a particular worker thread.
port: interface to port-specific hooks
options: command line options argument from optparse
worker_number: identifier for a particular worker thread.
filename_list_queue: A thread safe Queue class that contains lists
of tuples of (filename, uri) pairs.
result_queue: A thread safe Queue class that will contain
filename_list_queue: A thread safe Queue class that contains lists
of tuples of (filename, uri) pairs.
result_queue: A thread safe Queue class that will contain