Home | History | Annotate | Download | only in bestflags

Lines Matching defs:Helper

8 This module defines the helper and the worker. If there are duplicate tasks, for
10 be built/tested and the helper waits for the result of t1 and set the results of
21 def Helper(stage, done_dict, helper_queue, completed_queue, result_queue):
22 """Helper that filters duplicate tasks.
37 helper process.
40 This is the communication channel between the workers and this helper
50 # Pull duplicate task from the helper queue.
55 # Poison pill means no more duplicate task from the helper queue.
104 This helper method tries to pull a completed task from the completed queue.
125 to the helper and the next stage.
132 the communication channel between the worker and the helper.