Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dmanager_worker_broker_unittest.py53 stopping_queue = None variable
58 global stopping_queue
60 stopping_queue = stop_queue
74 self._stopping_queue = stopping_queue
168 def make_broker(self, starting_queue=None, stopping_queue=None): argument
170 stopping_queue)
194 stopping_queue = self.queue()
195 self.make_broker(starting_queue, stopping_queue)
202 stopping_queue.put('')