Searched refs:tid_to_thread (Results 1 – 1 of 1) sorted by relevance
59 tid_to_thread = dict() variable264 global tid_to_thread293 thread = tid_to_thread.get(tid)296 tid_to_thread[tid] = thread312 threads = [thread._to_json_dict() for thread in tid_to_thread.values()]