Home | History | Annotate | Download | only in tools

Lines Matching refs:threads

83     threads = []
84 # Spawn N-1 threads and then use this thread as the last one.
89 threads.append(thread)
93 # Wait for the remaining threads
94 for thread in threads:
99 # remaining threads.