OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:done_dict
(Results
1 - 2
of
2
) sorted by null
/external/toolchain-utils/bestflags/
pipeline_worker.py
21
def Helper(stage,
done_dict
, helper_queue, completed_queue, result_queue):
32
done_dict
: A dictionary of tasks that are done. The key of the dictionary is
68
if identifier in
done_dict
:
71
task.SetResult(stage,
done_dict
[identifier])
77
GetResultFromCompletedQueue(stage, completed_queue,
done_dict
, waiting_list,
82
GetResultFromCompletedQueue(stage, completed_queue,
done_dict
, waiting_list,
86
def GetResultFromCompletedQueue(stage, completed_queue,
done_dict
, waiting_list,
96
done_dict
: A dictionary of tasks that are done. The key of the dictionary is
112
done_dict
[identifier] = result
pipeline_process_test.py
23
def MockHelper(stage,
done_dict
, helper_queue, _, result_queue):
34
if task in
done_dict
:
Completed in 109 milliseconds