Searched refs:glb_stash_dict (Results 1 – 1 of 1) sorted by relevance
44 glb_stash_dict = {} variable113 global glb_stash_dict119 if glb_cpu not in glb_stash_dict:120 glb_stash_dict[glb_cpu] = []121 glb_stash_dict[glb_cpu].append(output_str)124 global glb_stash_dict125 while glb_stash_dict:126 cpus = list(glb_stash_dict.keys())129 items = glb_stash_dict[cpu]136 del glb_stash_dict[cpu]